﻿.designedPage {
		padding: 30px;
}

.designedImage {
		text-align: center;
}

.designedPage img {
		margin: auto !important;
		width: 100% !important;
}

		.designedBanner {
				width: 100vw !important;
				text-align: center !important;
				position: relative;
				background-color: #000 !important;
		}

		.designedBanner img {				
				width: 100% !important;
		}

		.designedBanner b {
				font-size: 50px !important;
				position: absolute;
				top: 50%;
				left: 50%;				
				color: #fff !important;
		}


.designedHeader {				
		text-align: left;		
}

		.designedHeader b {				
				font-size: 25px;
				padding: 10px;				
				width: 100% !important;
				border-left: solid 5px #f0f0f0;
		}

@media only screen and (max-width: 320px) {
		.designedBanner b {
				font-size: 20px !important;
		}
}

@media only screen and (min-width: 321px) and (max-width: 768px) {
		.designedBanner b {
				font-size: 20px !important;
		}
}

@media only screen and (min-width: 769px) and (max-width: 1200px) {
		.designedBanner b {
				font-size: 30px !important;
		}
}

@media only screen and (min-width: 1201px) {
		.designedBanner b {
				font-size: 50px !important;
		}
}
