.image-gallery {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    width: 150px;
    overflow: hidden;
}

.image-gallery img {
    height: 150px !important;
    width: 150px !important;
    object-fit: cover;
}

.gallery-add-button {
    display: flex;
    height: 150px;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.field-type-icon.field-type-icon-galleryscf:before {
    -webkit-mask-image: url("../assets/icon-field-gallery.svg") !important;
    mask-image: url("../assets/icon-field-gallery.svg") !important
}

.field-type-icon.field-type-icon-gallerySCF:before {
    -webkit-mask-image: url("../assets/icon-field-gallery.svg") !important;
    mask-image: url("../assets/icon-field-gallery.svg") !important
}