.new_year_banner {

    display: block;
    position: absolute;
    top: 0;
    left: 300px;
    width: 179px;
    height: 73px;
    background-image: url('/images/02.png');
    background-repeat: no-repeat;
    z-index: 99999;
    cursor: pointer;
}

.fixed-banner {
    position: fixed;
}

@media only screen and (max-width: 1000px) {

    .new_year_banner {
        position: fixed;
        top: 70px;
        left: 20px;
        width: 179px;
        height: 42px;
        background-image: url('/images/01.jpg');
        z-index: 9999;
    }   
}

@media only screen and (max-width: 480px) {

.fadein_form_start .new_year_banner {

    opacity: .3;
    z-index: 1;
}

.fadein_form_start .new_year_banner {

    opacity: .3;
    z-index: 1;
}

}
