#mapid {
	height:80vh;
	width:80vw;
}

#dayRange {
  width: 90vw;}

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

  #mapid {
    height:70vh;
    width:90vw;
  }

}
