﻿@charset "UTF-8";

#fan_tweak {
    background: url("../images/fan_1920.jpg") center center no-repeat;
    height: 776px;
}

#fan_tweak div{            
    position: absolute;   
    left: 154px;
    top: 134px;
    width: 1100px;
    height: 247px;                        
}


@media screen and (max-width: 1366px) {    

    #fan_tweak {
        background: url("../images/fan_1366.jpg") center 0 no-repeat;
        height: 575px;
    }  
#fan_tweak div{            
left:143px;
top:142px;
width:715px;
height:115px;                       
}
}


@media screen and (max-width: 960px) {

    #fan_tweak {
        background: url("../images/fan_960.jpg") center 0 no-repeat;
        height: 590px;
    }
#fan_tweak div{            
left:53px;
top:123px;
width:527px;
height:138px;                      
}
}


@media screen and (max-width: 640px) {

    #fan_tweak {
        background: url("../images/fan_640.jpg") center bottom no-repeat;
        height: 370px;
    }
}
