.section__header-ads {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-color: #D9D9D966;
    margin-bottom: 1rem;
}

.section__header-ads div {
    min-width: 100% !important;
}

.ads__1050x90 {
    padding: 0 !important;
    margin: 0 !important;
    height: 90px;
}
.ads__1050x90 a {
    height: 100% !important;
    width: 1050px !important;
}
.ads__1050x90 a img {
    height: 100% !important;
    width: 100% !important;
    object-fit: contain !important;
}

.ads__970x250 {
    height: 250px;
}
.ads__970x250 a {
    height: 100% !important;
    width: 100% !important;
}
.ads__970x250 a img {
    height: 100% !important;
    width: 100% !important;
    object-fit: contain !important;
}

.ads__728x90 {
    height: auto;
}
.ads__728x90 a {
    height: 90px !important;
    width: 100% !important;
}
.ads__728x90 a img {
    height: 100% !important;
    width: 100% !important;
    object-fit: contain !important;
}

@media (min-width: 0px) and (max-width: 992px) {
    .ads__970x250 {
        display: none;
    }

    .ads__1050x90 {
        display: none;
    }
}
