.site-banner {
    width: 100%;
    margin: 24px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    line-height: 0;
    text-align: center;
    box-sizing: border-box;
}

.site-banner img {
    display: block;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    margin: 0 auto;
    object-fit: contain;
}

.site-banner a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    line-height: 0;
}

.site-banner__label {
    display: block;
    margin: 0 auto 4px;
    color: #666;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
}

.site-banner--728x90 {
    width: 100%;
    max-width: 728px;
    min-height: 90px;
}

.site-banner--300x250 {
    width: 100%;
    max-width: 300px;
    min-height: 250px;
}

.site-banner--300x600 {
    width: 100%;
    max-width: 300px;
    min-height: 600px;
}

.site-banner--1200x628 {
    width: 100%;
    max-width: 1200px;
    min-height: 0;
}

.site-banner.site-banner-wide-footer {
    display: none;
}

@media (min-width: 1200px) {
    .site-banner.site-banner-wide-footer {
        display: flex;
    }

    .site-banner.site-banner-standard-footer {
        display: none;
    }
}

@media (max-width: 767px) {
    .desktop-banner {
        display: none;
    }

    .site-banner {
        max-width: 300px;
    }
}

@media (min-width: 768px) {
    .mobile-banner {
        display: none;
    }
}
