/**
 * Iditarod Video Player Custom Styles
 */

/* Fix poster/thumbnail scaling to fill container */
.vjs-poster img {
	object-fit: cover !important;
}

