.block-author-box {
	display: grid;
	background: var(--wp--preset--color--quinary);
}

.block-author-box.has-background,
.editor-styles-wrapper .block-author-box.has-background,
.block-author-box.has-background.alignfull,
.editor-styles-wrapper .block-author-box.has-background.alignfull {
	padding: 0;
}

.block-author-box__photo img,
.block-author-box__photo img[style] {
	width: 100%;
}

@media only screen and (max-width: 767px) {

	.block-author-box .block-author-box__content {
		padding: 16px;
	}
}

@media only screen and (min-width: 768px) {

	.block-author-box {
		grid-template-columns: 344fr 392fr;
	}

	.block-author-box__photo img,
	.block-author-box__photo img[style] {
		height: 100% !important;
		object-fit: cover;
	}

	.block-author-box .block-author-box__content {
		padding: 24px;
	}
}
