.banner-red {
	background-image: url('red-banner-bg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
}

.banner-red h2  { 
	color: #fff; 
	margin: 0;
	line-height: 1;
}

@media screen and (max-width: 749px) {
	.banner-red br { display: none; }
}