.slider-area {
  background-image: url("../../images/colorLoadingImage_2.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: fixed !important;
}

@media only screen and (min-width: 501px) {
  .photos {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
  }
}

.map-content.mobile {
  display: none;
}
.map-content.mobile {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.google-map {
  position: absolute;
  left: 390px;
  right: 0;
  top: 0;
  bottom: 0;
}

.map-content.mobile {
  display: none;
  background-color: #fff;
  flex-direction: column;
}

.map-content__header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;

  height: 50px;

  font-family: "Kanit", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;

  color: #ffffff;
  background-color: #000;

  padding: 10px 0 10px 20px;
}
.map-content__close {
  justify-self: flex-end;
  padding: 0 20px;
}
.map-content__map-container {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 0;
}

.map-content.desktop.hidden {
  display: none;
}

.photos__background,
.photos__foreground {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
}
