@import "/Themes/modern/page_style.css";

.presentation_page_heading_big_text {
	font-weight: normal;
}

.presentationTitleBanner img {
    width: 100% !important;
}

.presentationTitleBanner {
	background-image: url(Graphics/TitleBannerBkg.jpg);
	background-size: 1000px;
	background-position: 0px 0px;
}


@media only screen and (min-width: 1000px) {
	.presentationTitleBanner {
		background-size: 1150px;
    	background-position: 0px 0px;
	}
}

@media only screen and (min-width: 1200px) {
	.presentationTitleBanner {
		background-size: 1350px;
		background-position: -170px -70px;
	}
}






