/*Hero video fix*/
@media (min-width: 1640px) {
section.secondary-hero.position-relative.overflow-hidden.secondary-hero--large.light > video {
    width: 100%;
}
}