.HeroImage {
  position: relative;
  width: 100%;
}

.HeroImage .neos-contentcollection {
  width: 100%;
  height: 100%;
}

.HeroImage-slider {
  height: 100%;
}

.HeroImage .swiper-slide,
.HeroImage-imageWrapper {
  overflow: hidden;
  width: 100%;
  height: auto;
  transition: height 0.3s;
}

.HeroImage-imageWrapper {
  position: relative;
}

.HeroImage-imageWrapper > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: left;
     object-position: left;
}

.HeroImage-image {
  width: 100%;
  height: 100%;
  background-size: cover;
}

.HeroImage .swiper-btn-menu {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 0 20px 20px;
}

@media screen and (min-width: 1367px) {

.HeroImage .swiper-btn-menu {
    position: absolute;
    z-index: 5;
    bottom: 50%;
    left: 0;
    justify-content: space-between;
    padding: 0 20px;
    transform: translateY(50%);
}
  }

.HeroImage .swiper-btn {
  display: flex;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
}

@media screen and (min-width: 1367px) {

.HeroImage .swiper-btn {
    color: #ffffff;
}
  }

.HeroImage .swiper-btn i {
    font-size: 2.5rem;
  }

.HeroImage .swiper-btn.swiper-button-disabled {
    color: rgba(255, 255, 255, 0.3);
  }

.HeroImage .swiper-btn-prev {
  margin-left: 100px;
}

.HeroImage .swiper-btn-next {
  margin-right: 100px;
}

.neos-backend .swiper-wrapper {
  display: block;
}
