.video-container a {
	display: block;
	border: 1px solid rgb(231, 231, 231);
}

.video-container .aspect-ratio-1by1 {
	position: relative;
	padding-top: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.video-container .aspect-ratio-1by1 video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}