﻿@charset "UTF-8";
#fan_tweak {
    background: url(../images/fan_1920.jpg) center 50px no-repeat;
    height: 716px;
}

#fan_tweak .frame {
    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 .frame {
        left: 143px;
        top: 142px;
        width: 715px;
        height: 115px;
    }
}

@media screen and (max-width: 960px) {
    #fan_tweak {
        background: url(../images/fan_960.jpg) center 60px no-repeat;
        height: 630px;
    }
    #fan_tweak .frame {
        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: 410px;
    }
}
