.mrdr-embed {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

.mrdr-iframe {
  display: block;
  width: 100%;
  min-height: 720px;
  border: 0;
  border-radius: 20px;
  background: #071d2a;
  transition: height 180ms ease;
}

@media (max-width: 720px) {
  .mrdr-iframe {
    border-radius: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .mrdr-iframe {
    transition: none;
  }
}

