#video-container {
	align-items: flex-start;
}

.video-card {
	overflow: hidden;
	position: relative;
	background: #000 !important;
	min-height: 180px;
}

.video-card video,
.video-card img.image-stream,
.video-card img.traffic-video-fallback {
	display: block;
	width: 100% !important;
	height: auto !important;
	min-height: 180px;
	aspect-ratio: 16 / 9;
	object-fit: contain;
	background: #000;
}

.video-card video {
	max-height: 70vh;
}
