.mr-promo-banner {
  width: min(1240px, calc(100% - 32px));
  margin: clamp(18px, 3vw, 30px) auto;
  padding: 0;
  overflow: hidden;
  background: #071b34;
  line-height: 0;
  border: 1px solid rgba(10, 34, 63, .12);
  border-radius: var(--radius-lg, 18px);
  box-shadow: 0 10px 28px rgba(7, 27, 52, .14);
}
.mr-promo-banner picture,
.mr-promo-banner__link,
.mr-promo-banner img {
  display: block;
  width: 100%;
}
.mr-promo-banner__link { color: inherit; text-decoration: none; }
.mr-promo-banner img { height: auto; max-width: none; transition: filter .2s ease, transform .2s ease; }
.mr-promo-banner__link { overflow: hidden; }
.mr-promo-banner__link:hover img { filter: brightness(1.04); transform: scale(1.01); }
@media (max-width: 767px) {
  .mr-promo-banner {
    width: calc(100% - 24px);
    margin: 16px auto;
    border-radius: var(--radius-md, 14px);
  }
}
