
.editor-styles-wrapper .block-editor-block-list__layout .image-with-background, body.frontend .image-with-background {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 55px 0 42px;
}

.editor-styles-wrapper .block-editor-block-list__layout .image-with-background img, body.frontend .image-with-background img {
	margin: 0 auto;
}

.editor-styles-wrapper .block-editor-block-list__layout .image-with-background.multinationals-image, body.frontend .image-with-background.multinationals-image {
	height: 190px;
}

@media only screen and (min-width:992px) {
	.editor-styles-wrapper .block-editor-block-list__layout .image-with-background.multinationals-image, body.frontend .image-with-background.multinationals-image {
		height: 24.479vw;
	}
}

@media only screen and (min-width:1920px) {
	.editor-styles-wrapper .block-editor-block-list__layout .image-with-background.multinationals-image, body.frontend .image-with-background.multinationals-image {
		height: 470px;
	}
}
