/* ----------------------------------------------------------------
	Responsive CSS
-----------------------------------------------------------------*/

@media only screen and (min-width: 992px) { }
@media only screen and (min-width: 772px) { }


@media only screen and (max-width: 992px) { }

@media only screen and (max-width: 772px) {
	.leftmobile, .rhtmobile {display: none; visibility: hidden;}
	#ban-video h1 { font-size: 40px; margin-top: 55px; }
	.frmbdr { border: none; padding: 0px; }
   }
   

@media only screen and (max-width: 576px) {
	a.navbar-brand { width: 250px;}
	a.navbar-brand img { width: 100%;}
	#services-grid figure.service-block { margin-bottom: 180px; }
	#services-grid figure.service-block figcaption {bottom: -10em; }
}

