.about--hero .vimeo-wrapper,
.about--hero .vimeo_player {
	position: relative;
	width: 100%;
	height: 700px;
	overflow: hidden;
}

.about--hero .vimeo-wrapper iframe,
.about--hero .vimeo_player iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 56.25vw;
	min-width: 100%;
	min-height: 100%;
	transform: translate(-50%, -50%);
}

@media (max-width: 991.98px) {
	.section.section--hero .about--hero .vimeo-wrapper,
	.section.section--hero .about--hero .vimeo_player {
		height: 56.25vw !important;
		min-height: 220px;
		max-height: 430px;
		aspect-ratio: auto !important;
	}

	.section.section--hero .about--hero .vimeo-wrapper iframe,
	.section.section--hero .about--hero .vimeo_player iframe {
		top: 0 !important;
		left: 0 !important;
		width: 100% !important;
		height: 100% !important;
		min-width: 0 !important;
		min-height: 0 !important;
		transform: none !important;
	}
}
