body.widget-snippet .gallery-section .gallery-image-row .image-item {
    padding: 8px;
}

.gallery-section {
    padding: 10px 0px 100px;
    position: relative;
}
.gallery-section .gallery-container {
    position: relative;
    z-index: 1;
    overflow-x: hidden;
}
.gallery-section .gallery-image-row .gallery-container {
    display: flex;
    gap: 10px 10px;
    justify-content: center;
    margin: 0 -216px;
    flex-wrap: wrap;
}
.gallery-section .gallery-image-row .image-item {
    height: 300px;
    overflow: hidden;
    border-radius: 16px;
    width: calc(100% / 5 - 48px);
}
.gallery-section .gallery-image-row .image-item img {
    border-radius: 16px;
	height:100%;
	width:100%;
	object-fit:cover;
}
