.screen { overflow-x: hidden; overflow-y: auto; }
.screen img { max-width: 100%; }
.ipadFrame { 
	background: url("../devices/ipad1.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	height: 1276px;
	overflow: hidden;
	padding: 127px 0 0 115px;
	width: 997px;
}
.ipadFrame .screen { width: 768px; height: 1024px; }

.iphoneFrame {
	background: url("../devices/iphone6.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	height: 743px;
	overflow: hidden;
	padding: 88px 0 0 25px;
	width: 396px;
}
.iphoneFrame .screen { height: 570px; width: 320px; }