/* Styles for the hero section */
.video-wrapper {
    width: 100%;
    background: #ddd;
    height: 922px;
     
}
.video{
    width: 100%;
    height: 100%;
    object-fit: fill;
}
/* Styles for the hero section */
