.section-about {
  display: none;
  font-size: 1.6rem;
  line-height: 2.2rem;
  margin: 0 auto;
  max-width: 660px;
}
.section-about p {
  margin: 0;
}
.section-about.active {
  display: block;
}
.section-about .--en {
  margin-top: 4rem;
}

[data-action=toggle-about] {
  cursor: pointer;
}

section img {
  margin-bottom: 0;
}

.interior-photo__text {
  font-size: 1.4rem;
  padding-top: 0;
  color: white;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 640px) {
  .interior-photo__text {
    font-size: 1.2rem;
    margin-top: 4px;
    color: black;
    position: relative;
    top: auto;
  }
}

.interior-photo--hover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.interior-photo--hover img {
  height: 100%;
  max-width: none;
}

.interior-photo--hover img.hor {
  height: 80%;
}

@media only screen and (max-width: 640px) {
  .section-about {
    padding: 70px 0;
    font-size: 1.4rem;
    line-height: 1.7rem;
  }
}