.euphoria-gallery .owl-carousel .owl-stage
{
    display: flex;
    align-items: center;
}
.euphoria-gallery .owl-carousel .owl-item:nth-child(even) .g-item .euphoria-gallery-img {
    height: 230px;
}
.euphoria-gallery .owl-carousel .owl-item:nth-child(odd) .g-item .euphoria-gallery-img {   
    height: 300px;
}
.euphoria-gallery .owl-carousel .owl-item:nth-child(even) .g-item .euphoria-gallery-img img,
.euphoria-gallery .owl-carousel .owl-item:nth-child(odd) .g-item .euphoria-gallery-img img
{
    object-fit: cover;
    height: 100%;
}
.euphoria-gallery .g-item .euphoria-gallery-info .gallery-info {
    position: absolute;
    top: 50%;
    left: 50%; 
    margin-right: -50%;
    transform: translate(-50%, -50%);
    text-align: center;
    opacity: 0;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    z-index: 2;
}

.euphoria-gallery .g-item:hover .euphoria-gallery-info .gallery-info {
    opacity: 1;
}

.euphoria-gallery .euphoria-gallery-info {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0;
    width: 100%;
    transition: opacity 0.3s ease-in-out;
    background: rgba(255,255,255,0.5);
}

.euphoria-gallery .g-item:hover .euphoria-gallery-info{
    opacity: 1;
}

.euphoria-gallery-grid .euphoria-gallery-info .zoom, .euphoria-gallery .euphoria-gallery-info .zoom {
    -webkit-transition: -webkit-transform 0.8s;
    transition: transform 0.9s;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    color: var(--global-font-title);
    text-align: center;
    font-size: var(--font-size-h6);
    text-transform: uppercase;
    position: static;
    left: 0;
    margin: 0 auto;
    right: 0;
}

.euphoria-gallery-grid .g-item:hover .euphoria-gallery-info .zoom, .euphoria-gallery .g-item:hover .euphoria-gallery-info .zoom {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.dialog-lightbox-widget .dialog-lightbox-close-button,
.dialog-lightbox-widget .dialog-lightbox-message
{
    display: none; 
}

.elementor-editor-active .dialog-lightbox-widget .dialog-lightbox-close-button,
.elementor-editor-active  .dialog-lightbox-widget .dialog-lightbox-message{
    display: block;
}

@media(max-width:1024px){
    .euphoria-gallery .owl-carousel .owl-item:nth-child(even) .g-item .euphoria-gallery-img {
        height: auto;
    }
    .euphoria-gallery .owl-carousel .owl-item:nth-child(odd) .g-item .euphoria-gallery-img {   
        height: auto;
    }
}

