.youtube-video {
    position: relative;
}

.youtube-video iframe {
    max-width: 380px;
}

.overlay_video_yt.button-open {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 99;
    cursor: pointer;
}

.icon-yt {
    color: #ff0100;
    font-size: 50px;
    margin-right: 3%;
    margin-bottom: 0px;
}

.modal-video-yt {
    display: none;
    position: fixed;
    height: 100%;
    width: 92%;
    top: 0;
    left: 0;
    background-color: #000000e6;
    z-index: 999;
}

.modal-video-yt.show-modal {
    display: block;
}

.modal-video-yt .internal-modal-yt {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.modal-video-yt .internal-modal-yt iframe {
    width: 90%;
    max-width: 880px;
    height: 60%;
}

.close-modal-yt {
    top: 1%;
}

.youtube-video.button-open {
    display: flex;
    align-items: center;
    cursor: pointer;
}

@media screen and (max-width: 991px) {
    .modal-video-yt {
        width: 100%;
    }
}
