﻿@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: 110px;
    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: 82px;
        width: 715px;
        height: 115px;
    }
}

@media screen and (max-width: 960px) {
    #fan_tweak {
        background: url("../images/fan_960.jpg") center center no-repeat;
        height: 532px;
    }
    #fan_tweak div {
        left: 53px;
        top: 40px;
        width: 527px;
        height: 138px;
    }
}

@media screen and (max-width: 640px) {
    #fan_tweak {
        background: url("../images/fan_640.jpg") center -92px no-repeat;
        height: 421px;
    }
}
