body, html{
   /* overflow-x:hidden;ipad prob - andrew
   */
}

#responsive-footer{
    position: absolute;
    top: 300%;
    width: 100%;
}
.infoBlock{
    margin: 0 ;
    width: 100%;
}
.contact{
    margin: 0 0 0 10px;
    width: 100%;
}

@media only screen and (device-width: 720px) and (device-height: 1280px) {
    .simply-scroll {
        height: 500px!important;
    }

    #scroller li img {
        width: 300px;
    }
}
@media only screen and (device-width: 1280px) and (device-height: 720px) {
    body, html{
        margin: 15% 0 0 0;
    }
    .image-bg {
        height: 75% !important;
    }
    .simply-scroll {
        height: 500px!important;
    }
    #section0 {
        margin-top: -52% !important;
    }
}



