/*
 * Ad placement classes
 */

 .adreplace {
    margin-right: auto;
    margin-left: auto;
    background-color: #888;
    position: relative;
}

.hadreplace {
    font-family: 'Lato';
    color: #eee;
    line-height: 0.88888888;
}

html {
    height: 100%
}

.adslot-gutter {
    position:fixed; 
    top: 80px; 
    display:flex; 
    height:600px; 
    width:160px; 
    text-align:center; 
    justify-content:center, 
    align-items:center; 
    background-color: #ccc;
}

@media (max-width:1499px) {
    .adslot-gutter {
        display: none;
    }
}
