/* Monsoon project page. Its screenshots are of a dark desktop app, so they sit edge to edge on the
   site's own background (the bot page's screenshot frames use Telegram's dark blue instead). */
.media img { display: block; width: 100%; height: auto; }

.command__shot--app {
	aspect-ratio: 1923 / 1300;
	padding: 0;
	background: var(--bg);
}
.command__shot--app img { object-fit: cover; }
