
@media all and (min-width : 481px)  {

@font-face {
	font-family : "Digit";
	src : url("../../font/SevenSegment.woff2");
	font-display : swap;
}

h1.screen_title {
	margin-top : -1vw;
}


/************************************************** TOP *************************************************/

img#subscribe {
	margin-top : 1vw;
	width : 12vw;
	border-radius : 1vw;
	box-shadow : 0.4vw 0.4vw 0.4vw #000;

	-webkit-transition : all 0.2s ease;
	-moz-transition : 0.2s ease;
	-o-transition : all 0.2s ease;
	-ms-transition : all 0.2s ease;
	transition : all 0.2s ease;
}

img#subscribe:hover {
	cursor : pointer;
	box-shadow : 0.8vw 0.8vw 0.8vw #000;

 	-webkit-transform : scale(1.02); 
	-moz-transform : scale(1.02); 
	-ms-transform : scale(1.02); 
	-o-transform : scale(1.02); 
	transform : scale(1.02);
}


/*********************************************** THUMBNAIL ***********************************************/	

img.small_banner {
	display : none;
}

		._1 {
			width : 90vw;
			height : 23.5vw;
		}

		._2 {
			width : 44vw;
			height : 23.5vw; /*20.85*/
		}

		._4 {
			width : 21vw;
			height : 21vw;
		}

		._4_panorama {
			width : 21vw;
			height : 11.8vw;
		}

		/***** RECO *****/

		div.thumbnail.rounded {
			margin-bottom : 3vw;
		}

		.rounded {
			display : block;
			width : 21vw;
			height : 21vw;
		}
		
				div.info.rounded {
					top : 22vw;
					left : -26vw;
					font-size : 1.4vw;
				}


/******************************************* DONATION ******************************************/

div#donation { 
	top : 6vw 
}

}
