#adobergb {
    background: url("../images/AdobeRGB_1920.jpg") center 0 no-repeat;
    min-height: 836px;
}

#adobergb .frame {
    position: absolute;
    left: 710px;
    top: 220px;
    width: 615px;
}

@media screen and (max-width: 1366px) {
    #adobergb {
        background: url("../images/AdobeRGB_1366.jpg") center 0 no-repeat;
        min-height: 556px;
    }
    #adobergb .frame {
        position: absolute;
        left: 498px;
        top: 100px;
        width: 465px;
    }
}

@media screen and (max-width: 960px) {
    #adobergb {
        background: url(../images/AdobeRGB_960.jpg) center 140px no-repeat;
        height: 767px;
    }
    #adobergb .frame {
        padding-top: 73px;
        width: 580px;
        left: auto;
        top: auto;
    }
    #adobergb h2 {
        width: 400px;
    }
}

@media screen and (max-width: 640px) {
    #adobergb {
        background: url("../images/AdobeRGB_640.jpg") center 130px no-repeat;
        height: 723px;
    }
    #adobergb .frame {
        padding-top: 14px;
        width: auto;
    }
    #adobergb h2 {
        width: auto;
    }
}
