.video-box {
	border: 0;
	border-radius: 0;
}
.w-full {
  width: 100%;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
