.roundhouse-custom-vimeo-embed {
	margin: 0 !important;
	max-width: 100% !important;
	width: 100%;
}

.roundhouse-custom-vimeo-embed__inner {
	width: 100%;
}

.roundhouse-custom-vimeo-embed__frame {
	aspect-ratio: 16 / 9;
	background: #000;
	overflow: hidden;
	position: relative;
}

.roundhouse-custom-vimeo-embed__trigger,
.roundhouse-custom-vimeo-embed__iframe {
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
}

.roundhouse-custom-vimeo-embed__trigger {
	background: transparent;
	cursor: pointer;
	padding: 0;
	position: relative;
}

.roundhouse-custom-vimeo-embed__poster {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.roundhouse-custom-vimeo-embed__overlay {
	align-items: center;
	bottom: 0;
	display: flex;
	justify-content: center;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.roundhouse-custom-vimeo-embed__play svg {
	display: block;
	height: 88px;
	width: 88px;
}

.roundhouse-custom-vimeo-embed__play circle {
	fill: rgba(0, 0, 0, 0.72);
	stroke: #ffffff;
	stroke-width: 2;
}

.roundhouse-custom-vimeo-embed__play path {
	fill: #ffffff;
}

.roundhouse-custom-vimeo-embed.is-playing .roundhouse-custom-vimeo-embed__trigger {
	cursor: default;
}

.roundhouse-custom-vimeo-embed__iframe {
	height: 100%;
	width: 100%;
}
