.gallery-container {
  position: -webkit-sticky !important;
  position: sticky !important;
    padding-top: 5rem;
   padding-bottom: 0rem;
}

.gallery {
  position: relative;
  width: 100%;
  height: 4000px;

}

.gallery img {
  max-width: 17%;
  margin: 0px 25px;
  /*margin-top: -150px;*/
}

.gallery-scroll-track {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}

.gallery-container {
  position: relative;
  top: 0px;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.gallery-track {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 337vw;
  height: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
	margin-top: 50px;
}

.top-bg {
	background: url("../images/sliderbg-top.png") no-repeat center top;
	padding: 70px 0px 0px;
}
.btm-bg {
	background: url("../images/sliderbg-btm.png") no-repeat center top;
	padding: 100px 0px 100px;
}

@media (max-width: 991px) {
  .gallery-image {
    height: auto;
  }

}

@media (max-width: 767px) {
  .gallery-image {
    min-width: 22.5%;
    margin-right: 10px;
    margin-left: 10px;
  }

  @media (max-width: 479px) {

    .gallery-image {
      margin-right: 10px;
      margin-left: 10px;
    }

    .gallery-track {
      padding-right: 10px;
      padding-left: 10px;
    }

    .gallery img {
      margin-top:0px;
    }
  }
