/* 2026-06-26 v1.2
 * - Cropped uploaded news video poster with object-fit cover
 *
 * 2026-06-26 v1.1
 * - Added uploaded news video sizing
 */

.holthin-news-item-image-wrapper {
	width: 100%;
}
.holthin-news-item-image-wrapper video {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	height: auto;
	object-fit: cover;
}
.content-wrapper:has(.holthin-news-item-image-wrapper) {
	padding-top: 130px;
}

@media (min-width: 1101px) {
	.holthin-news-item-image-wrapper {
			width: calc(100% + 300px);
		margin-left: -150px;
		margin-bottom: 50px;
	}
}
