#slideshow {
	width: 4.5%;
	height: 7.2%;
	overflow: hidden;
  
	position: fixed;
	bottom: 56.4%;
	left: 35.53%;
	transform: rotate(-3.5deg);
	z-index: 2;
}

#slideshow img {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

#staticOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	display: none;
	z-index: 2;
}