/* Add here all your CSS customizations */

#iphoneContainer {
    position: relative;
    padding-top: 80;
    padding-bottom: 88%;
    height: 0;
}
#iphoneContainer #iphoneVideo {
    box-sizing: border-box;
    background: url(/img/iphone.png) center center no-repeat;
    background-size: 39% 91%;
    padding: 14% 0px 17%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Add here all your CSS customizations */


#iphoneContainer2 {
    position: relative;
    padding-top: 98;
    padding-bottom: 98%;
    height: 0;
}
#iphoneContainer2 #iphoneVideo2 {
    box-sizing: border-box;
    background: url(/img/iphone.png) center center no-repeat;
    background-size: 46% 100%;
    padding: 14% 0px 17%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}