/*Change color on hover 

*/
.show {
    display: block;
    text-align: center;
    opacity: 1;
    margin-left: auto;
    margin-right: auto;
}

.hide {
    display: none;
    opacity: 0;
}

/*@media(max-width: 1200px) { 
    #original { 
      display: none; 
    }
  }

hover over the mapped area, mapped area has a class. 
image with the matching class changes to wtv the mapped area says?*/