
.video-container {
    padding: 15 25 0 50;
    display: flex;
    position: relative;
    height: 100%;
    width: calc(100% - 75);
}

.video-element { 
    width: 100%;
    height: 100%;
    max-height: 330px;
    background-color: black;
    border-radius: 15px;
    object-fit: cover;
    transform:rotateY(180deg);
}

.video-canvas{
    position: absolute;
    width: calc(100% - 75px);
    transform:rotateY(180deg);
    height: 100%;
    max-height: 330px;
}