/* hide the video thumbnail image on initial page load (we want to control this with jquery after window load completes) */
.colorbox-plus img {
	display: none;
}

