/**
 * Full Width Media — edge-to-edge image or video
 */

.module.full-width-media .full-width-media-wrap {
	aspect-ratio: 16 / 9;
	max-height: 60dvh;
	overflow: hidden;
	width: 100%;
}

.module.full-width-media .full-width-media-wrap img {
	display: block;
	height: 100%;
	position: absolute;
	object-fit: cover;
	object-position: center;
	width: 100%;
}

.module.full-width-media .full-width-media-wrap .small-text {
	padding: var(--text-spacing-xsmall) var(--container-outer-padding);
}
