﻿#devices
{
	margin-top: 0px;
	text-align: center;
}
.iphone-5-portrait
{
	background-image: url("../images/Mobile-g4.png");
	height: 971px;
	padding: 64px 0 10px;	
}
.deviceWrap
{
	background-position: center top;
	background-repeat: no-repeat;
	margin: 0px 0 20px;
	position: relative;
	width: 100%;
}
#devices .device {
    height: 802px;
    left: -1px;
    margin: 10px  auto 0px auto;
    padding-bottom: 0px;
    padding-top: 0px;
    position: relative;
    width: 480px;
	background:#ff0000;
}
#devices iframe
{
	border: 0px solid #d1d1d1;
	height: 100%;
	margin: 0;
	width: 100%;
}

