.rev_slider .tp-bgimg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Adjust opacity as needed */
    z-index: 1; /* stays below captions */
    pointer-events: none;
}

.nivo-lightbox-image {
display: flex;
    justify-content: center;
}



@media (min-width: 768px) {
    .container {
        width: 750px !important;
    }
}
@media (min-width: 992px) {
    .container {
        min-width: 970px !important;
    }
}

@media (min-width: 1200px) {
    .container{
        min-width: 1170px !important;
    }
}


.responsive-video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 ratio */
    height: 0;
    overflow: hidden;
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.menuzord-brand img {
    max-height: none !important;
}

.main-content table {
    border-collapse: separate; /* allows spacing between cells */
    border-spacing: 2rem 1rem; /* horizontal 2rem, vertical 1rem */
}

.main-content.our-team table td {
    padding: 0.5rem 1rem; /* add some padding inside each cell */
}
/* Hide/show based on screen size */
@media (max-width: 768px) {
    .desktop-slider {
        display: none !important;
    }
    .mobile-slider {
        display: block !important;
    }
}

@media (min-width: 769px) {
    .desktop-slider {
        display: block !important;
    }
    .mobile-slider {
        display: none !important;
    }
}
@media (max-width: 768px) {
    .main-content.our-team table {
        border-spacing: 1rem 0.5rem;
    }

    .main-content.our-team table td {
        padding: 0.25rem 0.5rem;
    }
}
/*.owl-carousel-1col{*/
/*    display: none !important;*/
/*}*/

/*@media (min-width: 768px) {*/
/*    .owl-carousel-1col{*/
/*       display: block !important;*/

/*    }*/
/*}*/