/**
 * TG Video
 */
.tg-video-section {}

.tg-video-wrapper {
  position: relative;
  z-index: 7;
}

.tg-video-layout {}

/* Fill the height set on the layout (o-layout--height-*) so a covered video can span it */
.tg-video-layout-item {
  height: 100%;
}

.tg-video {
  display: block;
  width: 100%;
  height: auto;
}

/* A fixed Video Height was chosen (not "auto") -> fill the box and cover-crop */
.tg-video--cover {
  height: 100%;
  object-fit: cover;
}

/* Full width: the wrapper drops the o-wrapper max-width; span the container edge-to-edge */
.tg-video-wrapper--full {
  width: 100%;
  max-width: 100%;
}
