.join-community-youtube-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    border-radius: 20px;
    cursor: pointer;
}

.join-community-youtube-thumb {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    cursor: pointer;
    border-radius: 12px;
}

.iframeModal {
    width: 445px !important;
    height: 250px !important;
}

@media (max-width: 550px) {
    .iframeModal {
        width: 300px !important;
        height: 185px !important;
    }
}

.closeModal span {
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
}

.socialLogo {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #6f52fb;
}

.socialLogo:hover {
    color: black;
}

.gotItBtn {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.gotItBtn:hover {
    background-color: #8267fa !important;
    border-color: #8267fa !important;
}
