  .google-image-gallery-view .slot {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
}
/*
.google-image-gallery-view .loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255 255 255 / 90%);
}*/

.google-image-gallery-view .preview-mode {
    display: inline-block;
    position: absolute;
    top: -10px;
    right: 0;
    padding: 5px 15px;
    border-radius: 60px;
    background: lightblue;
    color: black;
}

.google-image-gallery-wrapper .google-image-gallery-view .img-wrapper {
    width: 25%;
    padding: 5px;
    display: inline-block;
}


/* DESIGN */

/* Masonry */
.google-image-gallery-wrapper .google-image-gallery-view[design='masonry'].columns-1 .slot .img-wrapper {
    width: 100%;
}

.google-image-gallery-wrapper .google-image-gallery-view[design='masonry'].columns-2 .slot .img-wrapper {
    width: 50%;
}

.google-image-gallery-wrapper .google-image-gallery-view[design='masonry'].columns-3 .slot .img-wrapper {
    width: 33.33%;
}

.google-image-gallery-wrapper .google-image-gallery-view[design='masonry'].columns-4 .slot .img-wrapper {
    width: 25%;
}

.google-image-gallery-wrapper .google-image-gallery-view[design='masonry'].columns-5 .slot .img-wrapper {
    width: 20%;
}
/* End Masonry */

/* Gallery */
.google-image-gallery-wrapper .google-image-gallery-view .splide__slide img,
.google-image-gallery-wrapper .splide-thumbnails .splide-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.google-image-gallery-wrapper .splide-thumbnails .splide-thumbnail {
    opacity: 0.6;
}

.google-image-gallery-wrapper .splide-thumbnails .splide-thumbnail.is-active {
    opacity: 1;
}
