
	
@media screen and (min-width: 1px){

.Banner {padding-top: 10px; }

}

@media screen and (min-width: 800px){

.Banner {padding-top: 10px; }

}

		
.Banner {position: relative;}
.Banner img{ height:150px;}
.Banner_title {position: absolute; top: 53%; width: 100%; text-align: center;color: #fff; font-size: 36px; font-weight: bold; text-shadow: 1px 1px 5px #000;}
