﻿@charset "UTF-8";
#anti {
    background: url("../images/anti-ghost_1920.jpg") center 40px no-repeat;
    height: 780px;
    position: relative;
}

/*#anti div {
    position: absolute;
    left: 340px;
    top: 100px;
    width: 1285px;
    height: 247px;
}
*/
#anti p {
    margin: 1.5em 0;
}

@media screen and (max-width: 1366px) {
    #anti {
        background: url("../images/anti-ghost_1366.jpg") center 150px no-repeat;
        height: 675px;
        position: relative;
    }
    /*#anti div {
        left: 188px;
        top: 82px;
        width: 1000px;
        height: 156px;
        position: absolute;
    }*/
}

@media screen and (max-width: 960px) {
    #anti {
        background: url("../images/anti-ghost_960.jpg") center 150px no-repeat;
        height: 645px;
        position: relative;
    }
   /* #anti div {
        left: 94px;
        top: 80px;
        width: 580px;
        height: 177px;
        position: absolute;
    }*/
}

@media screen and (max-width: 640px) {
    #anti {
        background: url("../images/anti-ghost_640.jpg") center bottom no-repeat;
        height: 640px;
        position: relative;
    }
    #anti p {
        
    }
    /*#anti div {
    position: static;
    width: auto;
    height: auto;
    padding: 0 15px;
}
*/
}
