@import "/Themes/modern/page_style.css";

.presentationTitleBanner {
	display: flex;
    justify-content: center;
    align-items: center;
	
	height: 180px;
	background-image: url(Graphics/TitleBkg.jpg);
	background-size: 850px;
	background-position: 0px 0px;
}

.presentationTitleBanner::before {
	opacity: 0.5;
		background-image: url(Graphics/TitleBkg.jpg);
	background-size: 850px;
	background-position: 0px 0px;
}
.presentationTitleBanner img {
	width: 100% !important;
}

@media only screen and (min-width: 1000px) {
	.presentationTitleBanner {
		height:275px;
		background-size: 1100px;
    	background-position: 0px 0px;
	}
}

@media only screen and (min-width: 1200px) {
	.presentationTitleBanner {
		height:275px;
		background-position: 0px 0px;
	}
}
