#media {
  height:80vh;
  width:85vw;
  position: relative;
}

#img {
  vertical-align:middle;
  object-fit: contain;
  height:100%;
  width:100%;
}

#gallery {
  height:100%;
  width:70%;
  background-color: black;
  position: absolute;
  text-align: center;
  left: 0;
  top: 0;
}

#mapid {
  height:100%;
  width:30%;
  position: absolute;
  right: 0;
  top: 0;
}

#dayRange {
  width: 85vw;
  position: relative;
}

#next_btn_box {
  position: absolute;
  right: 0;
  top: 0;
}


#counter_box {
  position: absolute;
  display: inline-block;
  top: 0;
  color: white;
  font-size: .8em;
  z-index: 0;
}

#prev_btn_box {
  position: absolute;
  left: 0;
  top: 0;
}


#legend_box {
  position: absolute;
  width: 59.5vw;
  background-color: black;
  color: white;
  font-size: .8em;
}


@media screen and (max-aspect-ratio: 1/1) {

  #media {
    margin-top: 1em;
    height: 85vw;
    width: 90vw;
    position: relative;
  }

  #gallery {
    height: 70%;
    width: 100%;
    background-color: black;
    position: absolute;
    text-align: center;
    top: 30%;
  }

  #img {
    vertical-align:middle;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }

  #next_btn_box {
    bottom: 0;
    top: unset;
  }

  #counter_box {
    bottom: 0;
    top: unset;
  }

  #prev_btn_box {
    bottom: 0;
    top: unset;
  }

  #mapid {
    height:30%;
    width:100%;
    position: absolute;
    top: 0;
  }

  #dayRange {
    width: 85vw;
    position: relative;
  }


  #legend_box {
    position: relative;
    width: 90vw;
    background-color: black;
    color: white;
    font-size: .8em;

}
}
