﻿             @charset "UTF-8";
             #cooling {
                 background: url(../images/cooling_1920.jpg) center -11px no-repeat;
                 height: 718px;
             }

             #cooling div {
                 position: absolute;
                 left: 154px;
                 top: 50px;
                 width: 1050px;
                 height: 247px;
                 text-align: center;
             }


             @media screen and (max-width: 1366px) {
                 #cooling {
                     background: url(../images/cooling_1366.jpg) center -30px no-repeat;
                     height: 627px;
                 }

                 #cooling div {
                     left: 80px;
                     top: 40px;
                     width: 778px;
                     height: 137px;
                 }
             }

             @media screen and (max-width: 960px) {
                 #cooling {
                     background: url(../images/cooling_960.jpg) center -70px no-repeat;
                     height: 650px;
                 }

                 #cooling div {
                     left: 58px;
                     top: 20px;
                     width: 518px;
                     height: 221px;
                 }
             }

             @media screen and (max-width: 640px) {
                 #cooling {
                     background: url(../images/cooling_640.jpg) center -32px no-repeat;
                     height: 400px;
                 }
                 #cooling div {
                     top: 30px !important;
                 }
                 #cooling #cooling_arrow {
                     display: none;
                 }
                 #cooling #cooling_arrow2 {
                     display: none;
                 }
             }