.latest-music-video__item {
	max-width: 420px;
	margin-inline: auto;
}

.latest-music-video__title {
	text-align: left;
	margin-bottom: 1rem;
	margin-top : 0rem;
}

.latest-music-video__content .wp-block-embed {
	margin: 0;
}

.latest-music-video__content .wp-block-embed__wrapper iframe {
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
}

@media ( prefers-reduced-motion: reduce ) {
	.latest-music-video__content .wp-block-embed__wrapper iframe {
		transition: none;
	}
}
