#escudoPromotionModal .escudo-banner-dialog {
  max-width: min(92vw, 840px);
  width: 100%;
}

#escudoPromotionModal .escudo-banner-content {
  background: transparent;
  border: 0;
}

#escudoPromotionModal .escudo-banner-frame {
  position: relative;
}

#escudoPromotionModal .escudo-banner-frame picture,
#escudoPromotionModal .escudo-banner-frame img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

#escudoPromotionModal .escudo-banner-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2;
}

#escudoPromotionModal .escudo-banner-opt-out {
  position: absolute;
  right: 0.75rem;
  bottom: 0.75rem;
  max-width: calc(100% - 1.5rem);
  padding: 0.35rem 0.55rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.01em;
  background: rgba(0, 0, 0, 0.58);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
}

#escudoPromotionModal .escudo-banner-opt-out .form-check-input {
  margin-right: 0.35rem;
}
