.wp-block-ska-gallery {

	& > .components-placeholder {
		grid-column: 1/-1;
	}

	& > .image {

		& > .w-full {
			width: 100%;
		}

		& > .h-full {
			height: 100%;
		}

		& > .object-cover {
			object-fit: cover;
		}

		& > .rounded-\[inherit\] {
			border-radius: inherit;
		}

		& > .aspect-\[inherit\] {
			aspect-ratio: inherit;
		}
	}
}
