.slice{
	width:30vw;
}

@media screen and (min-width: 1200px) {
    .slice {
       width: 35vw;
    }
}

@media screen and (min-device-width: 1200px) {
    .slice {
       width: 35vw;
    }
}

@media only screen and (orientation: portrait){
 .slice {
       width: 90vw;
    }
}

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 640px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
	  .slice {
       min-width:213px;
    }
	
	.leed {
		 font-size: 26px;
	}
}