.japan-location {
  font-family: "Acumin Pro";
  font-weight:normal;
  font-size:calc(1vw + 0.5rem);
  margin-left:7vw;
  padding-top:8vmax;
  max-width: 35%;
}
.japan-gallery {
  font-family: "Acumin Pro";
  font-weight:normal;
  font-size:calc(0.3vw + 1rem);
  margin-left:7%;
  margin-right:7%;
}
.japan-photos {
  max-width: 100%;
    height: auto;
    display: block;
}
.japan-photo1 {
  float: left;
  width: 100%;
  margin-right: 2%;
  margin-bottom: 2%;
  display: flex;
}
.japan-photo2 {
  float: left;
  width: 46%;
  margin-bottom: 2%;
  display: flex;
}
.japan-photo3 {
  float: right;
  margin-bottom: 2%;
  width: 51.7%;
  display: flex;
}
.japan-photo4 {
  float: right;
  padding-bottom: 7%;
  width: 100%;
  display: flex;
}

.japan-photo1, .japan-photo2, .japan-photo3, .japan-photo4 {
  display: flex;

}
.reveal {
  position: relative;
  opacity: 0;
}
.reveal.active {
  opacity: 1;
}
.active.fade-bottom {
  animation: fade-bottom 1s ease-in;
}

@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@media only screen and (max-width: 800px) {
  .japan-location, .japan-gallery {
    margin-left: 5%;
    margin-right: 5%;
  }
  /* For mobile phones: */
  .japan-photo1, .japan-photo2, .japan-photo3, .japan-photo4 {
    width: 100%;
  }
}