
.popup-container {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.popup-content {
    position: relative;
    margin: auto;
    width: 70%;
    max-width: 70vw;
    height: 90vh;
    background-color: transparent;
    border-radius: 8px;
    overflow: hidden;
}
@media (max-width: 768px) {
    .popup-content {
        position: relative;
        margin: auto;
        width: 97%!important;
        max-width: 99vw!important;
        height: 80vh!important;
        background-color: transparent;
        border-radius: 8px;
        overflow: hidden;
    }
    .w3l-grids-block-5 .grids5-info h4 a {
        font-size: 16px!important;
        font-weight: 400!important;
    }
}
.close-btn {
    position: absolute;
    top: 50px;
    right: 5px;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1001;
}

iframe {
    width: 100%;
    height: 100%;
}
.btn-light{border:1px solid;}
