
.wd-images-gallery.wd-justify-left {
	--justify: start;
}

.wd-images-gallery.wd-justify-center {
	--justify: center;
}

.wd-images-gallery.wd-justify-right {
	--justify: end;
}

.wd-images-gallery div:not(.wd-btn-arrow) {
	align-items: inherit;
	justify-content: var(--justify);
}

.wd-images-gallery .owl-carousel:not(.owl-loaded) {
	justify-content: initial;
}

.wd-images-gallery :is(.owl-stage, .wd-gallery-item) {
	display: flex;
}

.wd-gallery-item {
	overflow: hidden;
}

.wd-gallery-item>a {
	display: block;
}

.wd-gallery-item img {
	border-radius: var(--wd-brd-radius);
}

.wpb-js-composer .wd-images-gallery:is(.view-carousel, .view-justified) {
	margin-bottom: 30px;
}

@media (max-width: 1024px) {
	.wpb-js-composer .wd-images-gallery:is(.view-carousel, .view-justified) {
		margin-bottom: 20px;
	}
}
