/* Fallback styles when JS is unavailable */
frame-l {
  display: flex;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  align-self: start;
}

frame-l > * {
  flex: 1;
  min-width: 0;
  min-height: 0;
  object-fit: cover;
}
