.banner .adblock-detection {
    position: relative;
    left: 50%;
    top: 20%;
    transform: translate(-50%);
    width: 400px;
}

.adblock-detection {
    background: #ffffff;
    display: none;
    text-align: center;
}

.adblock-detection .banner-image {
    max-width: 100%;
}

.adblock-detection .app-download-buttons {
    text-align: center;
    z-index: 200;
}

.adblock-detection .app-download-buttons .app-button{
    max-height:45px;
}

.permanent .adblock-detection {
    display: block !important;
}

.aside-right .adblock-detection img{
    display:inline;
    width:auto;
}


@media (min-width: 1015px) {
    .mobile-only {
        display: none !important;
    }
}

