
.new_banner {
		background:url("../../img/banner_images/resized/1416317961-banner2.jpg");
		background-size:cover;background-position:center 100%;
	border-bottom:4px solid #AD0038;
	width:100%;
	padding: 30px 0;
}



@media (min-width: 1200px) and (max-width:1420px)
{
	.new_banner{background-size:100% 100%;background-position:center center;}
}