.fit-content {
    width: fit-content;
}

.video-title-overlay {
    position: absolute;
    right: 0;
    top: 0;
    color: #eadbb2;
    justify-content: center;
    align-items: center;
}

.video-title-overlay h3 {
    background-color: rgba(0, 0, 0, 0.7 );
    margin: 0;
    padding: 16px;
}

.video-h100 {
    height: 100%;
    max-width: 100%;
}

.video-w100 {
    width: 100%;
}