/*
.iPhone {
	position: absolute;
	background-image: url(img/devices/iPhone.png);
	background-size:270px 530px;
	width: 248px;
	height: 436px;
    padding-left: 22px;
    padding-top: 94px;
}


.iPhoneSmall {
	position: absolute;
	background-image: url(img/devices/iPhone.png);
	background-size:180px 353px;
	width: 166px;
	height: 291px;
    padding-left: 14px;
    padding-top: 62px;
}

.iPad {
	position: absolute;
	background-image: url(img/devices/iPad.png);
	background-size:660px 445px;
	width: 593px;
	height: 420px;
    padding-left: 67px;
    padding-top: 25px;
}


.iPadSmall {
	position: absolute;
	background-image: url(img/devices/iPad.png);
	background-size:330px 222px;
	width: 297px;
	height: 210px;
    padding-left: 33px;
    padding-top: 12px;
}*/