.c-btnGreen {
  max-width: max-content;
  padding: 15px;
}
.img-map {
  position: relative;
}
.img-height{
  height: calc((100vh / 2) - 104.28px)
}
@media (max-width: 991px) {
  .img-map-slider{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
  .img-map .content{
  z-index:1;
  }
}
}

@media (min-height: 748px) {
  .img-height{
    height: auto
  }
}