

/*1. Navbar Brand*/
@media screen and (max-width: 768px) {
	.navbar-brand {
	    padding: 8px 25px;
	}

	.brand-logo{
		max-height: 40px !important;
	}
	.slide-caption h2, .banner-caption h2 {

	    font-size: 25px;
			line-height: 60px;

	}

.slide-caption h3, .banner-caption h3{
		font-size: 15px;
		line-height: 20px;
	}


.owl-carousel .owl-item img {
    display: block;
    width: auto;
		max-height: 300px;
    -webkit-transform-style: preserve-3d;
}

}
