@media screen and (max-width:1200px){
	.device{left:20%;top:-36px;}
}
@media screen and (max-width:991px){

	.device{display:none;}
	.screenshots ul li{width:50%;}
	.screenshots-intro{padding:110px 0 100px 0;}
}

@media screen and (max-width:465px){
	
	.screenshots ul li{width:100%;min-height:100%;float:none;}
	
}