@media (min-width: 1200px) and (max-width: 1300px) {
	.carousel-inner-in.item {
		background-size: 100% !important;
		height: 545px  !important;
	}
} 


@media (min-width: 992px) and (max-width: 1199px) {
	.carousel-inner-in.item {
		background-size: 100% !important;
		height: 434px  !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	a.navbar-brand img {
		padding: 0 0 0 15px;
	}
	.navbar-fixed-top.top-nav-collapse .navbar-brand img {
		padding: 15px 0 0 15px;
	}
	.carousel-inner-in.item {
		background-size: 100% !important;
		height: 322px  !important;
	}
}

@media (max-width: 767px) {
	.section-video iframe {
		width: 90%;
	}
	a.navbar-brand {
		width: 50%;
	}
	a.navbar-brand img {
		width: 70%;
		position: relative;
		top: 0;
		padding: 0 15px;
	}

}

@media (min-width: 567px) and (max-width: 767px){}

@media (min-width: 480px) and (max-width: 567px){}

@media (min-width: 320px) and (max-width: 480px){}




