div[data-actirise-slot="top-page"]{
    display: none;
    margin: 10px auto;
}
@media screen and (max-width: 480px){
    div[data-actirise-slot="top-page"].device-mobile{
        display: flex !important;
        width: 100%;
        min-height: 280px;
    }
}
@media screen and (min-width: 481px) and (max-width: 769px){
    div[data-actirise-slot="top-page"].device-tablet{
        display: flex !important;
        width: 100%;
        min-height: 280px;
    }
}
@media screen and (min-width: 770px){
    div[data-actirise-slot="top-page"].device-desktop{
        display: flex !important;
        width: 100%;
        min-height: 250px;
    }
}

div[data-actirise-slot="aside-desktop"]{
    display: none;
    margin: 10px auto;
}
@media screen and (min-width: 770px){
    div[data-actirise-slot="aside-desktop"].device-desktop{
        display: flex !important;
        width: 100%;
        min-height: 620px;
    }
}

/*})'"*/
