section span{
	font-size:13px;
}
iframe{
	width:100%;
	margin:10px 0 0;
	aspect-ratio:2 / 1;
}

@media screen and (max-width: 980px) {
	iframe{
		aspect-ratio:1 / 1;
	}
}














