.dvc-gallery-description {
    margin-top: 10px !important;
    width: 100%;
    max-width: 1250px;
    margin: 0 auto 30px auto;

    padding: 0 20px;

    box-sizing: border-box;

    font-size: 16px;
    line-height: 1.55;
    font-weight: 400;

    color: #3f5065;

    text-align: center;
}


/* Large Desktop */
@media screen and (min-width: 1200px) {

    .dvc-gallery-description {
        max-width: 1400px;
        font-size: 25px;
        line-height: 1.55;
    }

}




/* ============================================================
   GALLERY
============================================================ */

.gallery {
    width: 100%;
    padding: 2rem 0;
}

.gallery-container {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 1rem;
    box-sizing: border-box;
}


/* ============================================================
   GALLERY SWIPER
============================================================ */

.gallery-swiper {
    width: 100%;
    max-width: 1500px;

    height: 400px;

    margin: 0 auto;

    overflow: hidden;

    position: relative;

    border-radius: 22px;
}


/* ============================================================
   SLIDES
============================================================ */

.gallery-swiper .swiper-slide {
    height: 380px;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;

    border-radius: 22px;

    opacity: 1;
    filter: none;
    transform: scale(1);

    transition:
        transform 0.4s ease,
        opacity 0.4s ease,
        filter 0.4s ease;
}


/* ============================================================
   GALLERY IMAGE
============================================================ */

.gallery-image {
    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;
    object-position: center;

    border-radius: 22px;

    transition:
        transform 0.4s ease,
        filter 0.4s ease;
}


/* ============================================================
   ACTIVE / CENTER IMAGE
   SHARP
============================================================ */

.gallery-swiper .swiper-slide-active {
    opacity: 1;

    filter: none;

    transform: scale(1);

    z-index: 3;
}

.gallery-swiper .swiper-slide-active .gallery-image {
    filter: none;

    transform: scale(1);
}


/* ============================================================
   PAGINATION
============================================================ */

.gallery-swiper .swiper-pagination {
    bottom: 5px !important;
}

.gallery-swiper .swiper-pagination-bullet {
    opacity: 0.5;
}

.gallery-swiper .swiper-pagination-bullet-active {
    opacity: 1;
}


/* ============================================================
   DESKTOP
   1200px+

   FULL SCREEN WIDTH
   LEFT  = BLURRED
   CENTER = SHARP
   RIGHT = BLURRED
============================================================ */
@media screen and (min-width: 1200px) {

    .gallery-swiper .swiper-slide,
    .gallery-swiper .swiper-slide-prev,
    .gallery-swiper .swiper-slide-next,
    .gallery-swiper .swiper-slide-active,
    .gallery-swiper .gallery-image {
        filter: none !important;
        opacity: 1 !important;
    }

}
@media screen and (min-width: 1200px) {

    .gallery {
        width: 100%;
        padding: 2rem 0;
    }

    /* FULL AVAILABLE SCREEN WIDTH */
    .gallery-container {
        width: 100%;
        max-width: 100%;

        padding: 0;
        margin: 0 auto;
    }

    /* FULL AVAILABLE SCREEN WIDTH */
    .gallery-swiper {
        width: 100%;
        max-width: 100%;

        height: 410px;

        margin: 0 auto;

        overflow: hidden;

        border-radius: 25px;
    }


    /* --------------------------------
       ALL DESKTOP SLIDES
    -------------------------------- */

    .gallery-swiper .swiper-slide {

        height: 390px;

        border-radius: 25px;

        overflow: hidden;

        opacity: 0.65;

       

        transform: scale(0.92);

        z-index: 1;
    }


    /* --------------------------------
       CENTER IMAGE
       SHARP
    -------------------------------- */

    .gallery-swiper .swiper-slide-active {

        opacity: 1;

        filter: none;

        transform: scale(1);

        z-index: 3;
    }

    .gallery-swiper .swiper-slide-active .gallery-image {

        filter: none;

        transform: scale(1);
    }


   

    /* --------------------------------
       DESKTOP IMAGE
    -------------------------------- */

    .gallery-image {

        width: 100%;
        height: 100%;

        object-fit: cover;
        object-position: center;

        border-radius: 25px;
    }

}


/* ============================================================
   TABLET
   768px - 1199px

   KEEP AS IS
   NO BLUR
============================================================ */

@media screen and (min-width: 768px) and (max-width: 1199px) {

    .gallery {
        width: 100%;

        padding: 1.5rem 0;
    }

    .gallery-container {
        width: 100%;

        max-width: 100%;

        padding: 0 0.5rem;

        margin: 0 auto;
    }

    .gallery-swiper {
        width: 100%;

        height: 360px;

        overflow: hidden;

        border-radius: 20px;
    }


    /* --------------------------------
       TABLET SLIDES
    -------------------------------- */

    .gallery-swiper .swiper-slide {

        height: 340px;

        border-radius: 20px;

        overflow: hidden;

        transform: none !important;

        filter: none !important;

        opacity: 1 !important;
    }


    /* --------------------------------
       TABLET IMAGE
    -------------------------------- */

    .gallery-image {

        width: 100%;

        height: 100%;

        object-fit: contain;

        object-position: center;

        border-radius: 20px;

        filter: none !important;

        transform: none !important;
    }

}


/* ============================================================
   MOBILE
   401px - 767px

   KEEP AS IS
   ONE FULL-WIDTH IMAGE
   NO BLUR
   AUTO HEIGHT
============================================================ */

@media screen and (min-width: 401px) and (max-width: 767px) {

    .gallery {
        width: 100%;

        padding: 1rem 0;
    }

    .gallery-container {
        width: 100%;

        max-width: 100%;

        padding: 0;

        margin: 0;
    }

    .gallery-swiper {

        width: 100%;

        max-width: 100%;

        height: auto;

        margin: 0;

        overflow: hidden;

        border-radius: 18px;
    }


    /* --------------------------------
       MOBILE SLIDE
    -------------------------------- */

    .gallery-swiper .swiper-slide {

        width: 100% !important;

        height: auto;

        display: flex;

        align-items: center;

        justify-content: center;

        border-radius: 18px;

        overflow: hidden;

        transform: none !important;

        filter: none !important;

        opacity: 1 !important;
    }


    /* --------------------------------
       MOBILE IMAGE
    -------------------------------- */

    .gallery-image {

        width: 100%;

        height: auto;

        display: block;

        object-fit: contain;

        object-position: center;

        border-radius: 18px;

        filter: none !important;

        transform: none !important;
    }

}


/* ============================================================
   SMALL MOBILE
   200px - 400px

   KEEP AS IS
   ONE FULL-WIDTH IMAGE
   NO BLUR
   AUTO HEIGHT
============================================================ */

@media screen and (min-width: 200px) and (max-width: 400px) {

    .gallery {

        width: 100%;

        padding: 0.75rem 0;
    }

    .gallery-container {

        width: 100%;

        max-width: 100%;

        padding: 0;

        margin: 0;
    }

    .gallery-swiper {

        width: 100%;

        max-width: 100%;

        height: auto;

        margin: 0;

        overflow: hidden;

        border-radius: 16px;
    }


    /* --------------------------------
       SMALL MOBILE SLIDE
    -------------------------------- */

    .gallery-swiper .swiper-slide {

        width: 100% !important;

        height: auto;

        display: flex;

        align-items: center;

        justify-content: center;

        border-radius: 16px;

        overflow: hidden;

        transform: none !important;

        filter: none !important;

        opacity: 1 !important;
    }


    /* --------------------------------
       SMALL MOBILE IMAGE
    -------------------------------- */

    .gallery-image {

        width: 100%;

        height: auto;

        display: block;

        object-fit: contain;

        object-position: center;

        border-radius: 16px;

        filter: none !important;

        transform: none !important;
    }

}