/*.landing-info-plain, .landing-info-gallery, .landing-showcase, .landing-info-team, .about-page
{

}*/
.page-header, .slide-header {
  /*background-image: url(/img/landing_heading.png);*/
  background-image: url(/img/landing_heading_light.svg);
  background-position: center center;
}

.landing-info-plain-white .bg-light {
  background-color: #fff !important;
}

.landing-interlayer {
  position: relative;
  overflow: hidden;
}

.landing-background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
  /*background-image: url(/img/landing_heading_light.svg);
  background-position: center center;*/
}

.landing-background-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
}
.landing-background-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.landing-background-image:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.65);
}

.landing-map {
  height: 600px;
}
@media (min-width: 992px) {
  .landing-map {
    height: 450px;
  }
}

.landing-map-container {
  position: relative;
  overflow: hidden;
}

.landing-map-contacts {
  position: absolute;
  top: 300px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 0;
}
@media (min-width: 992px) {
  .landing-map-contacts {
    top: 75px;
    left: 15px;
    margin-left: inherit;
    margin-right: inherit;
  }
}
@media (min-width: 1200px) {
  .landing-map-contacts {
    top: 75px;
    left: 75px;
    margin-left: inherit;
    margin-right: inherit;
  }
}