.video-container {
    min-height: 90vh;
    position:relative;
    z-index: -100;
    top:-70px;
    left: -30px;
    width: 110%;
    justify-content: center;
    align-items: center;margin: auto;
 
    padding-bottom: 20px;
overflow: hidden;
}

.video-container video {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit:contain;
}