@charset "UTF-8";

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .background-img {
		display: none;
	}
	input[type='search']::-ms-clear { display: none; width: 0; height: 0; }
	#video-container { vertical-align: bottom; /* remove extra inline- padding */ }
}

