/* DOUGLASFILM V16.1.1 — restore main showreel width without affecting fullscreen reel */
.hero > .showreel{
  display:block!important;
  width:80%!important;
  height:auto!important;
  min-height:0!important;
  aspect-ratio:16/9!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
@media(max-width:820px){
  .hero > .showreel{width:100%!important;}
}
