/* ==========================================================================
    Ads Styles
   ========================================================================== */

/*  BANNER - AD TOP - Default format: 970x250
    ========================================================================== */

.ad-top-row {
    display: flex;
    justify-content: center;
}

@media (max-width: 992px) {
    .ad-mobile-top_image, .ad-mobile-top_video {
        width: 100%;
        height: 100%;
    }
    .ad-mobile-top_html {
        max-width: 100%;
    }
}

/* AdSense - nowe reklamy elastyczne */

.ad-container_adsense {
    width: 100vw;
    height: 100vh;
    max-width: 1140px;
}

.ad-row_adsense {
    width: 100vw;
    height: 100vh;
    max-width: 970px;
    max-height: 250px;
    margin: 0 auto;
}

@media (max-width: 1140px) { /* Reklamy AdSense dla laptopów oraz komputerów */
    .ad-container_adsense {
        max-width: 960px;
    }
    .ad-row_adsense {
        max-width: 900px;
    }
}

@media (max-width: 991px) { /* Reklamy AdSense dla notebooków oraz mniejszych laptopów */
    .ad-container_adsense {
        max-width: 720px;
    }
    .ad-row_adsense {
        max-width: 660px;
    }
}

@media (max-width: 767px) { /* Reklamy AdSense dla tabletów */
    .ad-container_adsense {
        max-width: 540px;
    }
    .ad-row_adsense {
        max-width: 480px;
    }
}

@media (max-width: 540px) { /* Reklamy AdSense dla telefonów */
    .ad-container_adsense {
        max-width: 100%;
    }
    .ad-row_adsense {
        max-width: calc(100% - 60px);
    }
}

/*  ADSENSE - AD FOOTER - Default format: responsive <= 576px
    ========================================================================== */

.container-ad-mobile_adsense {
    display: none;
}

@media screen and (max-width: 576px) {
    .container-ad-mobile_adsense {
        display: block;
        width: 100vw;
        height: auto;
        max-width: 100vw;
        max-height: 250px;
        overflow: hidden;
    }
    .responsive-footer-ad {
        margin: 0 auto !important;
    }
}
