﻿@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 0 no-repeat;
        height: 914px;
    }
    #smartcam div {
        left: 106px;
        top: 87px;
        width: 778px;
        height: 137px;
    }
}

@media screen and (max-width: 960px) {
    #smartcam {
        background: url("../images/smartcam_960.jpg") center 0 no-repeat;
        height: 787px;
    }
    #smartcam div {
        left: 58px;
        top: 57px;
        width: 518px;
        height: 221px;
    }
}

@media screen and (max-width: 640px) {
    #smartcam {
        background: url("../images/smartcam_640.jpg") center -218px no-repeat;
        height: 708px;
    }
}
