.glider-contain {
  width: 100%;
  margin: 0 0px;
  position: relative;
  float:left;
}
.glider{
  width: 100%;
  margin: 0 0px;
  position: relative;
  float:left;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  transform: translateZ(0);
}

.glider-track {
  transform: translateZ(0);
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  z-index: 1;
}
.glider.draggable {
  user-select: none;
  cursor: -webkit-grab;
  cursor: grab;
}
.glider.draggable{
  user-select: none;
  cursor: -webkit-grab;
  cursor: grab;
    height:1250px !important
}
.glider.draggable .glider-slide img {
  user-select: none;
  pointer-events: none;

}
.glider.drag{
  cursor: -webkit-grabbing;
  cursor:pointer;
}
.glider-slide{
  user-select: none;
  justify-content: center;
  align-content: center;
  width: 100%;
}
.glider-slide img{
  max-width: 100%;
}
.glider::-webkit-scrollbar {
  opacity: 0;
  height: 0;
}
.glider-prev {
  user-select: none;
  position: absolute;
  outline: none;
  padding:5px 15px 20px 10px;
  font-size:25px;
  text-decoration: none;
  left: 5px !important;
  z-index:9999999999999999999999999999999999999 !important;
  border: 0;
  top: 25px;
  cursor: pointer;
  color: rgba(71,71,71,1.00);
  background-color:rgba(255,255,255,0.45);
  opacity: 1;
     width:35px;
    height:35px;
  line-height: 1;
    border-radius:50%;
  transition: opacity .5s cubic-bezier(.17,.67,.83,.67),color .5s cubic-bezier(.17,.67,.83,.67);-webkit-transition:all 1s ease-in-out;-moz-transition:all 1s ease-in-out;-ms-transition:all 1s ease-in-out;-o-transition:all 1s ease-in-out;
}
.glider-prev:hover,
.glider-next:hover,
.glider-prev:focus,
.glider-next:focus
 {
 color: rgba(42,42,42,1.00);
  background-color:rgba(215,215,215,0.50);
}
.glider-next {
 user-select: none;
  position: absolute;
  outline: none;
  padding:5px 15px 20px 10px;
  font-size:25px;
  text-decoration: none;
  right: 5px !important;
  z-index:9999999999999999999999999999999999999 !important;
  border: 0;
  top: 25px;
  cursor: pointer;
  color: rgba(71,71,71,1.00);
  background-color:rgba(255,255,255,0.45);
  opacity: 1;
     width:35px;
    height:35px;
  line-height: 1;
    border-radius:50%;
  transition: opacity .5s cubic-bezier(.17,.67,.83,.67),color .5s cubic-bezier(.17,.67,.83,.67);-webkit-transition:all 1s ease-in-out;-moz-transition:all 1s ease-in-out;-ms-transition:all 1s ease-in-out;-o-transition:all 1s ease-in-out;
}

.glider-next.disabled,.glider-prev.disabled {
  opacity: .25;
  color: #666;
  cursor: default;
}
.glider-slide{
  min-width: 150px;
}
.glider-hide{
  opacity: 0;
}
.glider-dots {
  user-select: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
}
.glider-dot {
  border: 0;
  padding: 0;
  user-select: none;
  outline: none;
  display: block;
  cursor: pointer;
  color: #ccc;
  border-radius: 999px;
  background: #ccc;
  width: 12px;
  height: 12px;
  margin: 7px;
}

.glider-dot:hover,
.glider-dot:focus,
.glider-dot.active {
  background: #a89cc8;
}
@media(max-width: 36em){
  .glider::-webkit-scrollbar {
    opacity: 1;
    -webkit-appearance: none;
    width: 7px;
    height: 3px;
  }
  .glider::-webkit-scrollbar-thumb {
    opacity: 1;
    border-radius: 99px;
    background-color: rgba(156, 156, 156, 0.25);
    box-shadow: 0 0 1px rgba(255,255,255,.25);
  }
   
    .glider-contain {width: 100%;margin: 0px;position: relative;float:left;height:350px !important;overflow:hidden}
    
    .glider{width: 100%;margin: 0 0px;position: relative;float:left;overflow-y: hidden;overflow:auto; -webkit-overflow-scrolling: touch;-ms-overflow-style:none;transform: translateZ(0);height:350px !important}
    
    .glider-next, .glider-prev {top:45px !important}
}

@media screen and (min-width:601px) {
    
    .glider-contain {width: 100%;margin: 0px;position: relative;float:left;height:250px !important;overflow:hidden}
    
    .glider{width: 100%;margin: 0 0px;position: relative;float:left;overflow-y: hidden;overflow:auto; -webkit-overflow-scrolling: touch;-ms-overflow-style:none;transform: translateZ(0);height:300px !important}
}
    
}