img {
  height: 500px;
  /*display: block;
  margin: auto;*/
}

.magnify{
  border-radius: 50%;
  border: 2px solid black;
  position: absolute;
  z-index: 20;
  background-repeat: no-repeat;
  background-color: white;
  box-shadow: inset 0 0 20px rgba(0,0,0,.5);
  display: none;
  cursor: none;
  box-shadow: 0 0 10px rgba(0,0,0,0.6);
  /*filter:brightness(1.3);*/
  pointer-events:none;
}

#vignette {
	padding: 0px;
	/*width: 100%;*/
	height: 100px;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	text-align: center;
	clear: both;
	float: none;
    scrollbar-color: #f00;
    scrollbar-width: thin;
	margin-left:auto;
	margin-right:auto;
	
}
#vignette img {
	/*width: auto;*/
	height: 70px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
