.c-video__content {
  position: relative;
  z-index: 1;
}
.c-video__content.infoHide {
  background-color: #000;
}
.c-video__content.infoHide::before, .c-video__content.infoHide::after {
  background-color: #000;
  content: "";
  height: 60px;
  position: absolute;
  width: 100%;
  left: 0;
}
.c-video__content.infoHide::before {
  top: 0;
}
.c-video__content.infoHide::after {
  bottom: 0;
}
.c-video__wrapper {
  position: relative;
  padding-top: var(--padding-top-mobile);
}
@media (min-width: 769px) {
  .c-video__wrapper {
    padding-top: var(--padding-top-desktop);
  }
}
@media (min-width: 769px) {
  .auto-size-mobile .c-video__wrapper {
    padding-top: 0;
  }
}
@media (min-width: 769px) {
  .auto-size-desktop .c-video__wrapper {
    padding-top: 0;
  }
}
.c-video__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-video__wrapper.disabledControls iframe {
  z-index: -1;
}

@media (max-width: 991.98px) {
  .auto-size-mobile iframe {
    position: initial;
    top: initial;
    left: initial;
    height: auto;
  }
}
@media (min-width: 769px) {
  .auto-size-desktop iframe {
    position: initial;
    top: initial;
    left: initial;
    height: auto;
  }
}
