﻿@charset "UTF-8";
#smartcam {
    background: url("../images/smartcam_1920.jpg") center 29px no-repeat;
    height: 1106px;
}

#smartcam div {
    position: absolute;
    left: 154px;
    top: 128px;
    width: 1100px;
    height: 247px;
}

@media screen and (max-width: 1366px) {
    #smartcam {
        background: url(../images/smartcam_1366.jpg) center -7px no-repeat;
        height: 884px;
    }
    #smartcam div {
        left: 106px;
        top: 87px;
        width: 778px;
        height: 137px;
    }
}

@media screen and (max-width: 960px) {
    #smartcam {
        background: url(../images/smartcam_960.jpg) center 47px no-repeat;
        height: 790px;
    }
    #smartcam div {
        left: 58px;
        top: 57px;
        width: 518px;
        height: 221px;
    }
}

@media screen and (max-width: 640px) {
    #smartcam {
        background: url(../images/smartcam_640.jpg) center -202px no-repeat;
        height: 776px;
    }
}
