.tr-hero__media {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
	aspect-ratio: 1440 / 870;
}

@media screen and (max-width: 768px) {
	.tr-hero__media {
			width: 100%;
			height: 100%;
			object-fit: cover;
			aspect-ratio: 390 / 488;
	}
}
