.sp-banner-block {
    width: 100%;
}

.sp-banner-block--full-width .header-banner-wrapper,
.sp-banner-block--full-width .banners-wrap {
    width: 100%;
}

.sp-banner-block--sidebar-top {
    max-width: 240px;
    margin-inline: auto;
}

.sp-banner-block--sidebar-top .header-banner-wrapper,
.sp-banner-block--sidebar-top .banners-wrap {
    max-width: 240px;
}

.sp-banner-block--sidebar-bottom {
    max-width: 240px;
    margin-inline: auto;
}

.sp-banner-block--sidebar-bottom .header-banner-wrapper,
.sp-banner-block--sidebar-bottom .banners-wrap {
    max-width: 240px;
}

.sp-banner-block--sidebar-bottom img,
.sp-banner-block--sidebar-bottom video {
    max-height: 160px;
    object-fit: contain;
}
