@media screen and (max-width: 768px) {
    #page .row .logo_small {
      width: 10%;
    }
		
		.gtco-cover {
			margin-top: 50px;
			height: 220px;
		}
		
		#gtco-about, #gtco-practice-areas, #gtco-our-team, #gtco-contact{
			padding: 1em 0;
		}
		
		.flink{
			display: none;
		}
		
		#gtco-hero .overlay{
			display: none;
		}
		
		#page{
			background: #000000;
		}
		
		#lunbotu2{
			display: block;
			width: 100%;
		}
		
		#lunbotu3{
			margin-bottom: 20px;
			display: block;
			width: 100%;
		}
		
		#gtco-about{
			padding-top: 0px;
		}
		
		#gtco-about,#gtco-practice-areas,#gtco-our-team,#gtco-contact{
			background: #FFFFFF;
		}
}

