.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__content {
	background: var(--wp--preset--color--quaternary);
	flex-basis: 200px;
	flex-grow: 1;
	padding: 16px;
	font-size: var(--wp--preset--font-size--small);
}

.block-author-box__photo img {
	aspect-ratio: 1;
	object-fit: cover;
}


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

	.block-author-box {
		display: grid;
		grid-template-columns: repeat( 2, 1fr );
	}

	.block-author-box__content {
		padding: 40px;
	}

	.block-author-box__photo {
		position: relative;
	}

	.block-author-box__photo img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		aspect-ratio: unset;
		contain-intrinsic-size: 380px;
	}
}
