#video .video-stage {
  grid-template-columns: minmax(0, 860px) 220px !important;
  align-items: start !important;
  justify-content: center !important;
}

#video .video-frame {
  width: 100% !important;
  max-width: 860px !important;
  justify-self: end !important;
}

#video .shorts-frame {
  width: 220px !important;
  max-width: 220px !important;
  height: auto !important;
  align-self: start !important;
  justify-self: start !important;
  margin: 0 !important;
}

#video .shorts-frame .yt-inline-iframe {
  min-height: 0 !important;
  height: auto !important;
}

@media (max-width: 1100px) and (min-width: 901px) {
  #video .video-stage {
    grid-template-columns: minmax(0, 680px) 190px !important;
  }

  #video .video-frame {
    max-width: 680px !important;
  }

  #video .shorts-frame {
    width: 190px !important;
    max-width: 190px !important;
  }
}

@media (max-width: 900px) {
  #video .video-stage {
    grid-template-columns: 1fr !important;
    justify-items: center !important;
  }

  #video .video-frame {
    max-width: 720px !important;
    justify-self: center !important;
  }

  #video .shorts-frame {
    width: 220px !important;
    max-width: 220px !important;
    justify-self: center !important;
    margin: 0 auto !important;
  }
}

@media (max-width: 480px) {
  #video .shorts-frame {
    width: 210px !important;
    max-width: 210px !important;
  }
}
