.hero.contentstage video {
    aspect-ratio: 3 / 1;
    overflow:hidden;
    object-fit: cover;
}
@media (max-width: 1760px) {
    .hero.contentstage video {
        aspect-ratio: 3 / 1;
    }
}
@media (max-width: 1343px) {
    .hero.contentstage video {
        aspect-ratio: 16 / 7;
    }
}
@media (max-width: 1023px) {
    .hero.contentstage video {
        aspect-ratio: 12 / 7;
    }
}
@media (max-width: 767px) {
    .hero.contentstage video {
        aspect-ratio: 16 / 7;
    }
}
@media (max-width: 559px) {
    .hero.contentstage video {
        aspect-ratio: 8 / 7;
    }
}
