.sw-scroll-video,
.sw-scroll-video * {
	box-sizing: border-box;
}

.sw-scroll-video {
	--sw-scroll-video-ratio: 1.77777;
	position: relative;
	width: 100%;
	overflow: hidden;
	aspect-ratio: var(--sw-scroll-video-ratio);
	background: #000;
}

.sw-scroll-video__media {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	background: #000;
	border: 0;
	vertical-align: middle;
}

.sw-scroll-video--empty {
	display: grid;
	place-items: center;
	min-height: 180px;
	padding: 24px;
	color: #667066;
	font-size: 14px;
	text-align: center;
	background: #f3f4f1;
}
