.iab-banner-desktop{
    display: block;
}
.iab-banner-mobile{
    display: none;
}
@media (max-width: 768px) {
    .iab-banner-desktop{
        display: none;
    }
    .iab-banner-mobile{
        display: block;
    }
}

/* Hide search buttons on all pages */
.button.button--inverted.button--search {
    display: none !important;
}

/* Hide all elements with the search class */
.search {
    display: none !important;
}
