
.videoPopup {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
    z-index: 9997;
    transition: all 300ms ease-in-out;
}

.video-popup-overlay {
    position: absolute;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    background-color: black;
    opacity: 0.75;
    z-index: 9996;
}

/* .video-popup-content {
    position: absolute;
    box-sizing: border-box;
    margin: 0;
    height: 90vh;
    height: 762px;
    width: 700px;
    box-sizing: border-box;
    background-color: white;
    border-radius: 10px;
    padding: 0;
    text-align: center;
    top: 40px;
    z-index: 9999;
} */

.video-popup-content {
    position: absolute;
    background-color: white;
    border-radius: 10px;
    box-sizing: border-box;
    height: 90vh;
    height: 762px;
    margin: 0;
    max-width: 700px;
    padding: 0;
    text-align: center;
    top: 40px;
    width: 90%;
    z-index: 9999;
}

.video-popup-content .video-popup-content-main {
    /* position: absolute;
    top: 0;
    left: 0; */
    box-sizing: border-box;
    padding: 30px;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.youtube-video-embed-container {
    position: relative;
    /* padding-bottom: 56.25%; - 16:9 aspect ratio (most common) */
    padding-bottom: 62.5%; /* - 16:10 aspect ratio */
    /* padding-bottom: 75%; - 4:3 aspect ratio */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
  
.youtube-video-embed-container iframe,
.youtube-video-embed-container object,
.youtube-video-embed-container embed {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-popup-content .video-popup-join-btn-container {
    margin-bottom: 20px;
}

.video-popup-content .video-popup-join-btn {
    clear: both;
    font-family: 'HelveticaWorldW01-Bold';
    font-size: 18px;
    color: #fff;
    background-color: #dc3545;
    border: 1px solid #dc3545;
    padding: 10px 35px;
    border-radius: 7px;
    text-decoration: none;
    box-shadow: 0px 0px 4px 2px rgba(0, 0, 200, 0.2);
    -moz-box-shadow: 0px 0px 4px 2px rgba(0, 0, 200, 0.2);
    -webkit-box-shadow: 0px 0px 4px 2px rgba(0, 0, 200, 0.2);
}

.video-popup-content .video-popup-join-btn:hover {
    background-color: #c82333;
    border-color: #bd2130;
}

.video-popup-content .video-popup-membership-content p {
    font-size: 16px;
    margin-bottom: 10px;
}

.video-popup-content .video-popup-membership-content ul {
    text-align: left;
}
