﻿@charset "UTF-8";
#anti {
    background: url("../images/anti_1920.jpg") center 130px no-repeat;
    height: 866px;
}

#anti div {
    position: absolute;
    left: 182px;
    top: 88px;
    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: 23px;
        width: 834px;
        height: 156px;
    }
}

@media screen and (max-width: 960px) {
    #anti {
        background: url("../images/anti_960.jpg") center 200px no-repeat;
        height: 680px;
    }
    #anti div {
        left: 4px;
        top: 48px;
        width: 614px;
        height: 177px;
    }
}

@media screen and (max-width: 640px) {
    #anti {
        background: url("../images/anti_640.jpg") center bottom no-repeat;
        height: 640px;
    }
}
