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