#bannerrotators {
    border:1px solid #dadada;
    margin-bottom:15px;
}

#bannerrotators img{
    
    left:0;
    top:0;
}

#bannerrotators1 {
    z-index: 3;
}

#bannerrotators2 {
    z-index: 2;
    display: none;
}


#bannerrotators3 {
    z-index: 1;
    display: none;
}


@media screen and (max-width : 720px) {
    #bannerrotators {
        display: none;
    }
}