
/* Small Devices, Tablets */
   @media only screen and (max-width : 768px) {

		#leftm{
		transform: rotateX(0deg);
		-webkit-transform: perspective(13.5em) rotateY(0deg);   
		}
		#midm{
		transform: rotateX(0deg);
		}
		#rightm{
		perspective: 13.5em;
		transform: rotateX(0deg);
		-webkit-transform: perspective(13.5em) rotateY(0deg);   
		}
		
		#mobile{
		background-size: 100% 100%;
		background-position: 0;
		min-width:50.625vw; /* height times .5625 */
		min-height:90vw;
		margin-top:10%;
		margin-bottom:10%;
		}
		
		.enshimo{
		transition: all ease 1s;
		font-size:14vw;
		margin-top:40%;
		line-height: 12%;
		}
		
		#archive{
		padding-bottom:2em;
		margin-top:1em;
		font-size:4vw;
		}
		
		#footer{
		font-size:5vw;
		padding:10px;
		}
		
		.datedetail
		{
		font-size: 2.5vw;
		}

		.titledetail
		{
		font-size: 2.5vw;
		}
		
		#rightFooter{text-align: center;}
		#leftFooter{text-align: center;}
		
		.downloadbutton h2
		{
			margin-bottom:0;
			padding-bottom:0;
			font-weight:bold;
			font-size:4.8vw;
		}
		.downloadbutton h3
		{
			margin-top:0;
			padding-top:0;
			font-size:4.4vw;
		}
		
		.animationfix
		{
			float:left; 
			width:0px; 
			height: 90vw; 
			background-color: red;
		}
		
		.tripleIcon{
			font-size:2.5vw;
		}

		
				
}


		
    
