#new-business-enquiry .jumbotron h1 {
	font-size: 3.5em !important;   
}
#new-business-enquiry .jumbotron.parallax {
	background-image: url("/tts/solutions/commercial-cards/assets/img/jumbotron/jumbotron-new-business-enquiry.jpg");
}
@media (max-width: 767px) {
	#new-business-enquiry .jumbotron h1 {
		font-size: 2.5em !important;   
	}
}
@media only screen and (-o-min-device-pixel-ratio: 5/4), only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 1.25dppx) {
	.jumbotron.parallax { 
		background-image: url("/tts/solutions/commercial-cards/assets/img/jumbotron/jumbotron-new-business-enquiry-2x.jpg");
	}
}