.videoHero {
    height: auto;
    min-height: auto;
}
.video-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    background-size: cover;
}

.video-wrapper video{
    display: block;
    object-fit: cover;
    object-position: center;
    width: 100%;
}
