/****** PLACE YOUR CUSTOM STYLES HERE ******/

#scrolloverlay2 {
	position: fixed;
	left: 2px;
	bottom: 0px;
	background: rgba(0,0,0,0.2);
}
.scrolloverlay {
	position: fixed;
	left: 2px;
	bottom: 0px;
	background: rgba(0,0,0,0.2);
	z-index:auto
}

img.fixed {
	position: fixed;
	top: 20%;
	left: 1%;
}