.image-big--container {
  width: 100vw;
  max-width: 1500px;
  margin-left: 50%;
  transform: translateX(-50%);
  position: relative;
  overflow: hidden;
}
.image-big--container .inner .text {
  position: absolute;
  height: auto;
  width: 100%;
  top: 50%;
  margin-left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}
.image-big--container .inner .text .logo {
  max-height: 150px;
  margin-bottom: 20px;
}
.image-big--container .inner .background-image {
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1000px) {
  .image-big--container .inner .text .logo {
    max-height: 110px;
  }
}
@media screen and (max-width: 600px) {
  .image-big--container .inner .text .logo {
    max-height: 80px;
  }
}

/*# sourceMappingURL=frontend.css.map */
