@media screen and (min-width: 768px) {

  #narration {
    width: 40vw;
    height: 100vh;
    max-width: 500px;
    /* top: 70px; */
  }

  #map {
    width: calc(100vw - 460px);
    left: 460px;
    height: 100vh;
    border: 0;
    z-index: 0;
    /* top: 70px; */
    position: absolute;
  }

  #title {
    transform: translate(50%);
    top: 0;
  }

  #top{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .leaflet-control-attribution {
    visibility: visible;
  }

}
