  /*
Implementation Skeleton v3 - 12/6/18
Add styles to overwrite customer CSS, USE WITH CAUTION.
*/

/* ticket 250964 - start */
.hero-video {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}


.video-feature video {
	transform: unset;
	top: unset;
	left: unset;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top center;
}


.video-feature {
	background-position: top;
}


/* ticket 250964 - end */