@media (max-width: 747px){
    .mobile_hidden_ads{
        display: none;
    }
}
@media (min-width: 748px){
    .desktop_hidden_ads{
        display: none;
    }
}

.mobile_hidden_ads, .desktop_hidden_ads{
    padding: 30px 0px;
}

.wideskyscrapper_wrapper{
    height: 0px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.WS1{
    width: 160px;
    margin-left: -160px;
}

.WS2{
    width: 160px;
    margin-right: -160px;
}

.state-advertisement-div .mobile_hidden_ads{
    padding: 0 !important;
}

p.ad_header {
    display: none;
}

p.ad_header.show {
    display:block;
    color: #8a9299;
    font-size: 10px !important;
    padding-bottom: unset !important;
    margin-bottom: 3px;
    margin-top: 3px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}

.mobile_hidden_ads.fixed {
    position: fixed;
    top: 40px;
}