/* Enter Your Custom CSS Here */
img.hover:hover, img.hover:active {
  opacity: 0.6;
  border: 1px solid red;
}