﻿@charset "UTF-8";
#displays {
    background: url(../images/displays_1920.jpg) center 90px no-repeat;
    height: 944px;
}

#displays div {
    position: absolute;
    left: 154px;
    top: 136px;
    width: 1100px;
    height: 248px;
}


/*#displays center {
    text-align: center;
}
*/

#displays h2 {}

@media screen and (max-width: 1366px) {
    #displays {
        background: url(../images/displays_1366.jpg) center 70px no-repeat;
        height: 645px;
    }
    #displays div {
        left: 144px;
        top: 20px;
        width: 706px;
        height: 173px;
    }
}

@media screen and (max-width: 960px) {
    #displays {
        background: url(../images/displays_960.jpg) center -46px no-repeat;
        height: 672px;
    }
    #displays div {
        left: 27px;
        top: 28px;
        width: 572px;
        height: 208px;
    }
}

@media screen and (max-width: 640px) {
    #displays {
        background: url(../images/displays_640.jpg) center -53px no-repeat;
        height: 526px;
    }
}
