p em {
  font-style: normal;
  font-size: 150%;
}

.u-mod-video__hero {
  height: 40vh;
}

@media (orientation: landscape) {
  .u-mod-video__hero {
    height: 80vh;
  }
}

.u-mod-video__hero video {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}
