
.adsContainer {
    position: relative;
    max-width: 960px;
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 24px 0 24px 0;
}

.adsBannerWrapper {
    position: relative;
    max-width: 100%;
    margin: 0 auto 0 auto;
}

.topBanner {
    position: relative;
    width: 100%;
    height: 300px;
}

.bottomBanner {
    position: relative;
    width: 100%;
    height: auto;
}


