#thumbs {
  position: relative;
  width: 45px;
  height: 190px;
  background: black;
  color: white;
  opacity: 0.8;
}

#thumbs:hover {
  opacity: 1
}
