
.video-wrap {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	justify-content: center;
}

.video-wrap::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg,rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 10%, rgba(15, 17, 38, 0) 90%, rgba(15, 17, 38, 1) 100%);
	z-index: 2;
	pointer-events: none;
}

.video-wrap video {
	width: clamp(50%,120vh,100%);
	height: auto;
	display: block;
	z-index: 1;
}

.roundel-wrapper {
	display: flex;
	align-items: center;
	justify-content:space-around;
}

.roundel {
	height: 8vw;
	margin: 1vw 1vw 1vw 1vw;
}
