.o-video__video {
  margin-bottom: 2rem;
}
.o-video__heading,
.o-video .a-checkbox__label,
.o-video .a-input__field,
.o-video .a-btn--transparent {
  color: inherit;
}
.o-video__constrict .o-video__video video,
.o-video__constrict .a-video__overlay {
  border-radius: 1rem;
}
@media screen and (min-width: 768px) {
  .o-video__constrict .o-video__video video,
  .o-video__constrict .a-video__overlay {
    border-radius: none;
  }
}
@media screen and (min-width: 768px) {
  .o-video .grid__col-12 .a-video__overlay,
  .o-video .grid__col-12 .o-video__video video {
    border-radius: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .o-video .grid__col-md-12 .a-video__overlay,
  .o-video .grid__col-md-12 .o-video__video video {
    border-radius: 0;
  }
}
@media screen and (min-width: 768px) {
  .o-video__constrict .grid__col-12 .a-video__overlay,
  .o-video__constrict .grid__col-12 .o-video__video video {
    border-radius: 1rem;
  }
}
