.video-background {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}

#yt-btn {
    width: 160px;
    height: 90px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

#modal-player {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

#close-modal {
    color: white;
    position: absolute;
    left: 1%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10001;
    font-size: 80px;
    cursor: pointer;
}