.about_pics img {
	display:inline;
	padding-left:15px; 
	padding-bottom:15px;
}
	
	/* Medium screens */
@media only screen and (min-width: 768px) {
	.about_pics {
		width:470px;
		text-align:right;
	}
}

/* Small screens */
@media only screen and (max-width: 767px) {
	.about_pics {
		text-align:center;
	}
	.text-right {
		text-align:left !important;
		padding-top:10px;
	}
	.content-bottom .tour-btn {
		width:auto;
		height:auto;
		padding:0 10px;
		background-repeat:repeat-y;
	}
	.project li {
	    display: inline-block;
		float:none;
	    height: 90px;
	    margin-bottom: 8px;
	    margin-right: 8px;
	    overflow: hidden;
	    text-align: center;
	    width: auto;
	}
	.project, #select-project {
		text-align:center;
	}
	#select-project a.thumb {
	    display: inline-block;
		float:none;
	    height: 90px;
	    margin-bottom: 8px;
	    margin-right: 8px;
	    overflow: hidden;
	    padding: 3px;
	    text-align: center;
	    width: 90px;
	}
	.top_flag {
		display:none;
	}
}
