.image img {
    -o-object-fit: cover;
       object-fit: cover;
}

#promo_video_wrapper video {
    border-radius: 4px;
}

mark {
    background-color: transparent;
	color: inherit;
	font-style: italic;
	text-decoration-line: underline;
	text-decoration-style: dashed;
	text-decoration-color: skyblue;
	text-decoration-thickness: 3px;
}