
#ad_btmslot {
    margin: 15px auto;
}

#stickyslot_placeholder {
    position: fixed;
}

.contentslot {
    min-height: 280px;
}

/* mobile */
@media screen and (max-width: 761px) {
    .topslot-container {
        margin: 15px auto;
        height: 100px;
        display: flex;
        align-items: center;
    }
    body.translator .topslot-container {
        height: 50px;
    }

    .parallax-container {
        width: 99vw;
        height: 250px;
        position: relative;
        margin: 20px auto 20px -10px;
        display: block;
        box-sizing: content-box;
    }
    .Sense .parallax-container {
        margin-left: -30px;
    }
    .parallax-abs {
        width: 100%;
        height: 100%;
        position: absolute;
        display: flex;
        justify-content: center;
        top: 0;
        left: 0;
        clip: rect(auto,auto,auto,auto);
    }
    .parallax-fix {
        width: 320px;
        height: 100%;
        position: fixed;
        top: 0;
        margin: 0 auto;
        -moz-transform: translateZ(0);
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        -o-transform: translateZ(0);
        transform: translateZ(0);
    }

    .contentslot {
        min-height: 250px;
    }
}
