@charset "UTF-8";
#displays {
    background: url(../images/displays_1920.jpg) center 50px no-repeat;
    height: 876px;
}

#displays .frame {
    position: absolute;
    left: 108px;
    top: 110px;
    width: 1170px;
    height: 247px;
}

@media screen and (max-width: 1366px) {
    #displays {
        background: url(../images/displays_1366.jpg) center 50px no-repeat;
        height: 695px;
    }
    #displays .frame {
        left: 72px;
        top: 68px;
        width: 822px;
        height: 221px;
    }
}

@media screen and (max-width: 960px) {
    #displays {
        background: url(../images/displays_960.jpg) center 0px no-repeat;
        height: 740px;
    }
    #displays .frame {
        left: 11px;
        top: 90px;
        width: 603px;
        height: 290px;
    }
}

@media screen and (max-width: 640px) {
    #displays {
        background: url(../images/displays_640.jpg) center -100px no-repeat;
        height: 560px;
    }
    #displays .frame {
        top: 70px !important;
    }
}
