/** Cube Hover Animation */
#cube img.hoverPic {
  display: none;
  position: absolute;
  box-shadow: 4px 6px 8px 0 rgba(0,0,0,.5);
  border-radius: 10px;
}