/**
 * The two acharya portraits on the home page.
 *
 * The photographs are different shapes - Srila Prabhupada's is 500x300
 * landscape, the other is 512x512 square - so left to themselves they render
 * at different heights and the captions beneath them sit at different
 * levels.
 *
 * Both are given the same box and cropped to fill it. The crop is anchored
 * to the top, so a portrait loses a little at the feet rather than at the
 * face.
 */

.acharyas .elementor-widget-image img {
	width: 100%;
	max-width: 22rem;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	object-position: center top;
	border-radius: 10px;
}

/* Centre the portrait over its caption. */
.acharyas .elementor-widget-image .elementor-widget-container {
	text-align: center;
}
