
#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;
    }
    .contentslot {
        min-height: 250px;
    }
}
