
@media(min-width:767px){
    section.ip-events-gallery .vert-divider{
        border-left: 6px solid #47a3e026;
        height: auto;
    }
    }
    
    
    
    section.ip-events-gallery figure {
        border-radius: 10px 10px 10px 10px;
        margin-bottom: 0;
        padding: 0 24px 24px 0;
    }
    
    section.ip-events-gallery .video-sec{
        background: rgba(0, 165, 230, 0.1);
        border: 3px dashed #00A5E6;
    border-radius: 18px;
    padding: 16px;
    }
    
    section.ip-events-gallery .video-sec iframe{
        border-radius: 16px;
    }
    
    @media(max-width:767px){ 
        section.ip-events-gallery figure {
        padding: 12px;
        margin: 0 auto;
        }
    }