@charset "UTF-8";
/* CSS Document */

@media all and (orientation:landscape) and (min-width: 420px) and (max-width: 1024px) {
 
body{
		display: none;
	}
.giro{
	width: 100vw;
	height: 100vh;
	background-image: url(../images/celular/giro.jpg);
	background-size: cover;	
	background-repeat: no-repeat;
    z-index: 1000000;
    position: fixed;
	}
}
	