.events figure {
	margin-block: 1em;
	background: var(--color-placeholder);
	aspect-ratio: 3 / 4;
	width: 360px;
}
.events figure.landscape {
	aspect-ratio: 4 / 3;
	width: 480px;
}
.events h2 {
	margin-block-end: 0.25em;
}
.events .actions {
	margin-block-start: 1em;
}