a #website-screenshot:hover {
  opacity: 0.8;
}

#website-screenshot {
  margin-bottom: 30px;
}

.eye {
  color: #00adb5;
  cursor: pointer;
}

.eye:hover {
  opacity: 0.8;
}

/* Tablet */
@media(min-width: 768px){


}

/* Desktop */
@media(min-width:992px){



}

/* Large Desktop */
@media(min-width:1200px){



}