[data-component-id = "jm_brand:video_tile"] {

  video {
    width: 100%;
    max-width: 100% !important;
    height: auto;
    border-radius: var(--radius-md);
  }

  .video-responsive {
    aspect-ratio: 16 / 9;
    width: 100%;
    position: relative;
  }

  .video-responsive iframe.media-oembed-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
