﻿
.wrapper {
    width: 800px;
    margin: 0 auto;
}

/*.devices {
    position: relative;
    height: 800px;
    overflow: hidden;
}*/

.devices {
    position: relative;
    height: 865px;
    overflow: hidden;
}


/*.phone {
    position: absolute;
    top: 120px;
}*/

.phone {
    position: absolute;
    top: 133px;
}

.desktop {
    position: absolute;
}

.laptop {
    position: absolute;
}
.tablet {
    position: absolute;
}





/*.desktop-iframe-container {
    width: 800px;
    height: 665px;
    background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/121761/iMac-Flat-Mockup_1000px.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 800px;
    position: absolute;
    float: left;
    z-index: 100;
}*/

.desktop-iframe-container {
    width: 1066px;
    height: 904px;
    margin-left:40px;
    background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/121761/iMac-Flat-Mockup_1000px.png');
/*    background-position: center center;
*/    background-repeat: no-repeat;
    background-size: 1049px;
    position: absolute;
/*    float: left;
*/    z-index: 100;
}


/*#iframe-desktop {
    position: absolute;
    width: 734px;
    height: 414px;
    top: 50px;
    left: 33px;
    background: #fff;
    z-index: 100;
}*/

#iframe-desktop {
    margin-top: 52px;
    width: 1400px;
    height: 779px;
    position: absolute;
    top: -13%;
    left: -16%;
    transform: scale(.7);
}


.phone-iframe-container {
    width: 304px;
    height: 594px;
    background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/121761/Nexus_5_Mockup_300px.png);
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 999;
    position: absolute;
    transform: scale(0.8);
}

#iframe-phone {
    position: relative;
    width: 352px;
    height: 606px;
    top: -9px;
    left: -23px;
    background: #fff;
    z-index: 999;
    transform: scale(.8);
}


.laptop-iframe-container {
    width: 882px;
    height: 529px;
    background-image: url('/Image/laptop.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 882px;
    position: absolute;
    float: left;
    left: 427px;
    z-index: 100;
}



/*#iframe-laptop {
    position: absolute;
    width: 640px;
    height: 407px;
    top: 48px;
    left: 122px;
    background: #fff;
    z-index: 100;
}*/

#iframe-laptop {
    position: absolute;
    width: 1282px;
    height: 802px;
    top: -155px;
    left: -200px;
    background: #fff;
    z-index: 100;
    transform: scale(.5);
}

/*.tablet-iframe-container {
    width: 501px;
    height: 739px;
    background-image: url('/Image/ipad.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 501px;
    position: absolute;
    float: left;
    z-index: 100;
}*/

.tablet-iframe-container {
    width: 525px;
    height: 770px;
    background-image: url('/Image/ipad.png');
    /*    background-position: center center;
*/ background-repeat: no-repeat;
    background-size: 522px;
    position: absolute;
    margin-left: -50px;
    float: left;
    z-index: 100;
}

/*#iframe-tablet {
    position: absolute;
    width: 437px;
    height: 577px;
    top: 78px;
    left: 32px;
    background: #fff;
    z-index: 100;
}*/

#iframe-tablet {
    position: absolute;
    width: 763px;
    height: 1020px;
    top: -122px;
    left: -124px;
    background: #fff;
    z-index: 100;
    transform: scale(.6);
}











@media (max-width:900px) {
    .wrapper {
        transform: scale(0.8, 0.8);
    }
}

@media (max-width:700px) {
    .wrapper {
        transform: scale(0.6, 0.6);
    }
    
}

@media (max-width:500px) {
    .wrapper {
        transform: scale(0.4, 0.4);
    }
}

@media (max-width: 767px){
    .desktop-iframe-container {
        width: 1066px !important;
        height: 904px !important;
        margin-top: -312px !important;
                margin-left: -351px; 
        background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/121761/iMac-Flat-Mockup_1000px.png);
        /* background-position: center center; */
        background-repeat: no-repeat;
        background-size: 1049px !important;
        position: absolute !important;
        /* float: left; */
        z-index: 100 !important;
        transform: scale(.3) !important;
    }

    .phone-iframe-container {
        width: 304px !important;
        height: 594px !important;
        margin-top: -100px !important;
        background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/121761/Nexus_5_Mockup_300px.png);
        background-position: center center;
        background-repeat: no-repeat;
        z-index: 999 !important;
        position: absolute !important;
        transform: scale(0.5) !important;
    }

    .laptop-iframe-container {
        width: 882px;
        height: 529px;
        background-image: url(/Image/laptop.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 882px;
        position: absolute;
        float: left;
                left: -263px;
 transform: scale(.4);
        z-index: 100;
        margin-top: 62px;
    }

    .tablet-iframe-container {
        width: 525px;
        height: 770px;
        background-image: url(/Image/ipad.png);
        /* background-position: center center; */
        background-repeat: no-repeat;
        background-size: 522px;
        position: absolute;
                margin-left: -87px;
        float: left;
        margin-top: -423px;
        z-index: 100;
        transform: scale(.5);
    }
    .hr-b{
        margin-top:99% !important;
    }
}