﻿@charset "UTF-8";
#cooling {
    background: url("../images/cooling_1920.jpg") center center no-repeat;
    height: 776px;
}

#cooling div {
    position: absolute;
    left: 150px;
    top: 106px;
    width: 1150px;
    height: 147px;
}


/*#cooling center {
    text-align: center;
}*/

@media screen and (max-width: 1366px) {
    #cooling {
        background: url("../images/cooling_1366.jpg") center bottom no-repeat;
        height: 605px;
    }
    #cooling div {
        left: 117px;
        top: 79px;
        width: 755px;
        height: 140px;
    }
}

@media screen and (max-width: 960px) {
    #cooling {
        background: url("../images/cooling_960.jpg") center bottom no-repeat;
        height: 680px;
    }
    #cooling div {
        left: 61px;
        top: 85px;
        width: 495px;
        height: 218px;
    }
}

@media screen and (max-width: 640px) {
    #cooling {
        background: url("../images/cooling_640.jpg") center bottom no-repeat;
        height: 530px;
    }
    #cooling div {
        top: 20px !important;
    }
}
