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

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

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

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

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

@media (max-width: 1024px) {
	.wd-images-gallery.disable-owl-mobile {
		justify-content: flex-start;
	}
	
	.wpb-js-composer .wd-images-gallery.view-carousel, .wpb-js-composer .wd-images-gallery.view-justified {
		margin-bottom: 20px;
	}
}
