
#imgDiv {
  position: relative;
  height: 700px;
  -webkit-user-select: none;
}

#img {
  width: 100%;
  height: 100%;
  background-size: cover;
}

#prev,
#next {
  position: absolute;
  top: 45%;
  outline: none;
}

#lens {
  position: absolute;
  right: 8px;
  top: 8px;
  opacity: 0.5;
  outline: none;
  display:none;
}

#lens:hover { opacity: 1; }

#prev { left: 8px; }

#next { right: 8px; }

#description {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: rgba(0, 0, 0, 0.5);
}

#description span {
  margin: 0 0 0 10px;
  color: White;
  text-shadow: #000 2px 0px 2px, #000 0px 2px 2px, #000 0px -2px 2px, #000 -2px 0px 2px;
}
