.jr-youtube-embed {
	position: relative;
	width: 100%;
	aspect-ratio: 16 / 9;
	margin-top: 1.5rem;
	overflow: hidden;
}

.jr-youtube-embed iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
