/*DESKTOP*/



body {
	margin:0; 
	padding:0;
    background-color:fff;
	overflow-x: hidden;
}

#container{
	position:absolute;
	background-color:rgba(255,0,0,0.5);
	width:300px;
	height:250px;
	z-index:10;
	clip:rect(auto, auto, auto, auto);/*mascara*/
	cursor:pointer;
	}




/*@media screen and (min-width: 781px) and (max-width: 1280px) { /*laptop*/
  /*  body {
        background-color:green;
    }
}

@media screen and (min-width: 481px) and (max-width: 780px) { /*tablet*/
    /*body {
        background-color:pink;
    }
}

@media screen and (min-width: 300px) and (max-width: 480px) { /*smart phone*/
    /*body {
        background-color:orange;
    }
}
