﻿@charset "UTF-8";
#anti {
    background: url("../images/anti_1920.jpg") center 130px no-repeat;
    height: 866px;
}

#anti div {
    position: absolute;
    left: 182px;
    top: 114px;
    width: 1100px;
    height: 247px;
}

@media screen and (max-width: 1366px) {
    #anti {
        background: url("../images/anti_1366.jpg") center 150px no-repeat;
        height: 675px;
    }
    #anti div {
        left: 56px;
        top: 93px;
        width: 768px;
        height: 156px;
    }
}

@media screen and (max-width: 960px) {
    #anti {
        background: url("../images/anti_960.jpg") center 200px no-repeat;
        height: 661px;
    }
    #anti div {
        left: 4px;
        top: 48px;
        width: 614px;
        height: 177px;
    }
}

@media screen and (max-width: 640px) {
    #anti {
        background: url("../images/anti_640.jpg") center 135px no-repeat;
        height: 707px;
    }
    #anti div {
        top: 62px !important;
    }
}
