body {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

video.fullscreen {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.rig-column video {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

.grid-video {
  max-height: 400px;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-height: 240px;
  width: calc(100% / 7);
  min-width: 240px;
  max-width: 400px;
  position: relative;
}

.grid-video video {
  width: 100%;
  object-fit: cover;
  height: 100%;
  /*max-width: 240px;*/
}

