@media only screen and (max-width: 768px) {
	.static-carousel .item{background:none;}
	.static-back.career{background:url('../img/career-banner.png') 80% 0 no-repeat;}
	.static-back{margin-top:51px !important; height:150px !important;}
	.static-carousel{height:196px !important;}
	.carousel{height:300px !important;}
	.header-back{height:300px !important;}
	.carousel-caption h1{font-size:5vw !important;}
	.carousel .item{height:300px !important;}
	.carousel-caption p {font-size:3vw !important;}
	
}

@media only screen and (max-width: 414px) {
	.static-back.career{background:url('../img/career-banner.png') 70% 0 no-repeat;}
	.carousel-caption h1{font-size:4vw !important;}
	.carousel-caption p {font-size:3vw !important;}

}

@media only screen and (max-width: 320px) {
	.static-back.career{background:url('../img/career-banner.png') 70% 0 no-repeat;}
	.static-back{margin-top:45px !important; height:150px !important;}

}