#laptop div {
	z-index: 6;
	width: 1621px;
	height: 995px;
	background-image: url(../responsive/laptop2.jpg);
}

#laptop iframe {
    top: 64px;
    left: 184px;
}

#iPodVert div {
    z-index: 6;
    width: 1024px;
    height: 1388px;
    background-image: url(../responsive/iPodVertikal.jpg);
}

#iPodVert iframe {
    top: 122px;
    left: 129px;
}

#iPodHoriz div {
    z-index: 6;
    width: 1388px;
    height: 1024px;
    background-image: url(../responsive/iPodHorizontal.jpg);
}

#iPodHoriz iframe {
    top: 129px;
    left: 121px;
}

#iPhoneVert div {
    z-index: 6;
    width: 389px;
    height: 664px;
    background-image: url(../responsive/iPhoneVertikal.jpg);
}

#iPhoneVert iframe {
    top: 97px;
    left: 36px;
}

#iPhoneHoriz div {
    z-index: 6;
    width: 664px;
    height: 389px;
    background-image: url(../responsive/iPhoneHorizontal.jpg);
}

#iPhoneHoriz iframe {
    top: 34px;
    left: 96px;
}

#devices {

    margin: 8em 0 4em;
    padding-bottom: 8em;
}

.device {
    position: relative;

    background-repeat: no-repeat;

}

.device iframe {
    position: absolute;
    border: none;
}

article {
    margin-top: 50px;
}