
#about-top-banner{
	height: 100vh;
	background-image: url('/images/about1.jpg?Asd=3');
	background-size: 130%;
}

#about-top-banner_title{
	padding-top:25vh;
	padding-bottom:10vh;
	font-weight:700;
	font-size:50px;
	color:#fff;
	text-align:center;
}

#about-top-banner_title_sm{
	font-size:26px;
	font-weight:100;
}

@media (max-width:600px) {
	#about-top-banner{
		height: auto !important;
		background-size: auto 100% !important;
	}
	
    #about-top-banner_title {
        font-size: 26px !important;
	
    }
    #about-top-banner_title_sm {
        font-size:20px !important;
		
    }
}



#left_about1{
	padding:0 5% 0 10%;
	text-align:left;
	margin:0px !important;
}

#right_about1{
	margin:0px !important;
	padding:0px !important;
}

