
#gallery-section {
  position: relative;
  /*border: 1px solid black;*/
}
@media (max-width: 767px) {
  #gallery-section {
    border-color: transparent;
  }
}
#gallery-section .MS-content {
  /*margin: 15px 5%;*/
  overflow: hidden;
  white-space: nowrap;
  /*border: 1px solid red;*/
}
/* @media (max-width: 767px) {
  #testimonial-section .MS-content {
    margin: 0;
  }
} */
#gallery-section .MS-content .item {
  display: inline-block;
  height: 100%;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  /*border: 1px solid black;*/
  border-right: none;
  width: 25%;
}
@media (max-width: 1200px) {
  #gallery-section .MS-content .item {
    width: 25%;
  }
}
@media (max-width: 992px) {
  #gallery-section .MS-content .item {
    width: 33.3333%;
  }
}
@media (max-width: 767px) {
  #gallery-section .MS-content .item {
    width: 50%;
  }
}
#gallery-section .MS-content .item img {
  /*font-size: 30px;*/
  /*text-align: center;*/
  /*line-height: 1;*/
  /*vertical-align: middle;*/
  /*margin: 0;*/
  padding: 10px 0;
  height: 250px;
  width: 100%;
}
#gallery-section .MS-controls button {
    position: absolute;
    border: none;
    background: white;
    font-size: 17px;
    outline: 0;
    top: 95px;
    border: 1px solid;
    width: 54px;
    height: 52px;
    border-radius: 50%;
    padding-top: 5px;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 24%);
}
@media (max-width: 767px) {
  #gallery-section .MS-controls button {
    display: block;
  }
}
#gallery-section .MS-controls button:hover {
  cursor: pointer;
}
#gallery-section .MS-controls .MS-left {
  left: 10px;
}
@media (max-width: 992px) {
  #gallery-section .MS-controls .MS-left {
    left: -2px;
  }
}
#gallery-section .MS-controls .MS-right {
  right: 10px;
}

@media (max-width: 992px) {
  #gallery-section .MS-controls .MS-right {
    right: -2px;
  }
}
