a.a{border-bottom:1px solid #ffffff; color:#cc3300; text-decoration:none;}
a.a:hover{border-bottom:1px solid #ffcc33; color:#ffcc33;}
#map {
  position: relative;
  width: 100%;
  height: 0; /* Height is zero initially */
  padding-bottom: 69.11%; /* Aspect ratio: (830 / 1201) * 100 */
  background: #ffffff url('../map/map.jpg') no-repeat center center;
  background-size: cover;
  z-index: 0;
}

#jpg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  object-fit: cover;
  cursor: pointer;
  z-index: 1;
}
#slider {
  width: 50%; /* Width of the outside container */
}