﻿@charset "UTF-8";

#cooling {
    background: url("../images/cooling_1920.jpg") center center no-repeat;
    height: 776px;
}

    #cooling div {
        position: absolute;
        left: 89px;
        top: 86px;
        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: 59px;
            width: 725px;
            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;
    }
}
