﻿@charset "UTF-8";
#fan_tweak {
    background: url("../images/fan_1920.jpg") center center no-repeat;
    height: 776px;
}

#fan_tweak div {
    position: absolute;
    left: 130px;
    top: 90px;
    width: 1130px;
    height: 162px;
}

#fan_tweak center {
    text-align: center;
}

@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: 60px;
        width: 715px;
        height: 115px;
    }
}

@media screen and (max-width: 960px) {
    #fan_tweak {
        background: url("../images/fan_960.jpg") center 8px no-repeat;
        height: 590px;
    }
    #fan_tweak div {
        left: 53px;
        top: 60px;
        width: 527px;
        height: 138px;
    }
}

@media screen and (max-width: 640px) {
    #fan_tweak {
        background: url("../images/fan_640.jpg") center center no-repeat;
        height: 370px;
    }
}
