.wp-block #general-360:before{
    z-index: 105;
    opacity: 0.3;
}
#general-360 {
    background-color: #373631;
    width: 100%;
    height: 800px;
    position: relative;
}
#general-360 #iframe-desktop{
    z-index: 100;
    position: relative;
}
#general-360:before{
    content:"";
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background-color: #373631;
    position: absolute;
    left: 0px;
    top: 0px;
}
#general-360 .wp-block-buttons{
    position: relative;
    z-index: 10;
}
#general-360 .wp-block-buttons .wp-block-button .wp-block-button__link{
    background-color: rgba(255,255,255,0.6) !important;
    border: 1px solid white !important;
    color: #3f3d36 !important;
}
#general-360 iframe{
    width: 100%;
    height: 100%;
}
#general-360 .modal {
    display: none; 
    position: fixed; 
    z-index: 10000; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.85); 
}
#general-360 .modal.active {
    display: block;
    z-index: 10000;
}
#general-360 .modal .modal-content {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border: none;
    background-color: transparent !important;
}
#general-360 .close {
    position: fixed;
    top: 30px;
    right: 60px;
    z-index: 100;
}
#general-360 .close:hover,
#general-360 .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
#general-360 .video-container {
    position: relative;
    width: 100%;
    max-width: 80% !important;
    height: 100%;
    overflow: hidden;
    max-width: 100%;
    border-radius: 20px;
}
#general-360 .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 80vh;
    border-radius: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (min-width: 0px) and (max-width: 480px){
    #general-360{
        height: 550px;
    }
    #general-360 .video-container iframe{
        max-height: 75vh;
    }
    #general-360 .close{
        top: 20px;
        right: 18px;
    }
}
@media (min-width: 481px) and (max-width: 576px){
    #general-360{
        height: 550px;
    }
    #general-360 .video-container iframe{
        max-height: 75vh;
    }
    #general-360 .close{
        top: 20px;
        right: 18px;
    }
}
@media (min-width: 577px) and (max-width: 767px){
    #general-360{
        height: 650px;
    }
    #general-360 .video-container iframe{
        max-height: 75vh;
    }
    #general-360 .close{
        top: 20px;
        right: 25px;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    #general-360{
        height: 650px;
    }
    #general-360 .video-container iframe{
        max-height: 75vh;
    }
    #general-360 .close{
        top: 20px;
        right: 25px;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    #general-360{
        height: 700px;
    }
    #general-360 .video-container iframe{
        max-height: 75vh;
    }
    #general-360 .close{
        top: 30px;
        right: 25px;
    }
}
@media (min-width: 1200px) and (max-width: 1340px){
    #general-360{
        height: 750px;
    }
    #general-360 .close{
        top: 30px;
        right: 25px;
    }
}