
	
@media screen and (min-width: 1px){

.Banner {padding-top: 60px; }

}

@media screen and (min-width: 800px){

.Banner {padding-top: 80px; }

}

		
.Banner {position: relative;}
.Banner_title {position: absolute; top: 53%; width: 100%; text-align: center;color: #fff; font-size: 60px; font-weight: bold; text-shadow: 1px 1px 5px #000; text-transform:uppercase;}



@media screen and (min-width: 1px){

.Banner_New {padding-top: 60px; }

}

@media screen and (min-width: 800px){

.Banner_New {padding-top: 80px; }

}


@media screen and (min-width: 1px){

.BannerNewImg_desktop { display:none;}

}

@media screen and (min-width: 800px){
.BannerNewImg_desktop{ display:block;}

}

@media screen and (min-width: 1px){

.BannerNewImg_mobile { display:block;}

}

@media screen and (min-width: 800px){
.BannerNewImg_mobile{ display:none;}

}



