.floatingads {
    display: none;
}

.adunit {
    margin:40px auto;
    display:block;
    text-align:center;
    max-width:92%;
    /*display: none;
    height:100px;
    background-color:green;*/
}

.left-float {
    height: 100%;
    max-width: 250px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    padding: 5px;
}

.right-float {
    height: 100%;
    max-width: 250px;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    overflow: hidden;
    padding: 5px;
}

@media only screen and (max-width: 1539px) {
    .left-float, .right-float {
        width: 200px;
    }
}

@media only screen and (max-width: 1439px) {
    .left-float, .right-float {
        width: 160px;
    }
}

@media only screen and (max-width: 1359px) {
    .floatingads {
        display: none;
    }
}