.sidedevices .iphones .mask {
	height: 100%;
	width: 100%;
	overflow: hidden;
	border-radius: 8px;
	box-shadow: -1px 1px 4px rgba(107,124,147,.45);
	background: white;
}
.sidedevices .iphones .mask-img {
	width: 100%;
	display: block;
}
.sidedevices .iphones .iphone {
	border-radius: 40px;	
	overflow: hidden;
	width: 280px;
	height: 560px;
	z-index: 2;	
	margin-left: auto;
	position: relative;
}
.sidedevices .iphones .iphone__2 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;	
	transform: scale(.9) translate3d(-5%,0,0);
}
@media screen and (max-width: 900px) {
	.sidedevices .iphones {
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
		vertical-align: top;
		overflow: scroll;
		width: calc(100% + 40px);
		margin: 0 0 0 -20px;
	}
	.sidedevices .iphones .iphone {
		transform: none;
		border: none;
		position: relative;
		margin: 0 20px;
		display: inline-block;
		height: 440px;
		width: 220px;		
		margin: 0 0 0 20px;
		border-radius: 30px;		
	}
	.sidedevices .iphones .iphone__2 {
		margin: 0 20px 0 20px;
	}
}