
.block-ebook {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	column-gap: 40px;
}

.block-ebook__content {
	padding: 16px 0;
	flex-grow: 1;
}

.block-ebook__image {
	padding: 20px 59px 18px;
	margin-inline: auto;
	position: relative;
	width: 300px;
	height: 300px;
	flex-grow: 0;
	box-sizing: border-box;
}

.block-ebook__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}

.block-ebook .wp-block-image .components-resizable-box__container {
	height: 100% !important;
}

.block-ebook__image::before {
	background: url(ebook-frame.png) no-repeat center;
	background-size: contain;
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

@media only screen and (min-width: 600px) {
	.block-ebook__image {
		max-width: 300px;
	}
}
