#fixedtopbanner {
	position: fixed !important;
	z-index: 99;
	top: 0;
	left: 0;
}

#gallery04 ul li .play {
	opacity: 0;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	pointer-events: none;
	border-radius: inherit;
	align-items: center;
	transition: opacity 0.25s ease, transform 0.25s ease, z-index 0.25s ease;
}

#gallery04 ul li .thumbnail:hover + .play {
	opacity: 1;
	transform: scale(1.1125);
	z-index: 2;
}

#player {
	width: 100%;
}
