@charset "utf-8";

/* =Works
------------------------------------------------------------------------------ */

.editor p.img-flex {
	justify-content: space-around;
	column-gap: 4%;
}
.editor p.img-flex img {
	display: block;
	width: 100%;
	margin: 0 auto;

}
.editor p.img-flex img.is-portrait {
	object-fit: cover;
	object-position: center;
	aspect-ratio: 3 / 4;
	max-width: 480px;
}


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

.editor p.img-flex {
	display: block;
}
.editor p.img-flex img {
	margin-bottom: 2em;
}


}
