.tr-hero-video__player {
	display: block;
	width: 100%;
	height: 674px;
	object-fit: cover;
}

@media (max-width: 1024px) {
	.tr-hero-video__player {
		height: 500px;
	}
}

@media (max-width: 767px) {
	.tr-hero-video__player {
		height: 400px;
	}

	.tr-hero-video__player {
		margin-bottom: 24px;
	}
}
