.slider-video-widget {
    margin-top: 5vw;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-cards {
    width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4vw;
}

.video-card {
    width: calc(20% - 50px);
    height: 40vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-card video {
    width: 100%;
    border-radius: 20px;
    height: auto;
}