.gallery .tns-nav {
  display: none;
}

.gallery .tns-outer {
  position: relative;
  box-shadow: inset -10px 0 10px -10px rgba(0, 0, 0, 0.5), inset 10px 0 10px -10px rgba(0, 0, 0, 0.5);
}

.gallery .tns-outer>button {
  display: none;
}

.gallery .tns-controls {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  /* z-index: 1; */
  display: flex;
  justify-content: space-between;

}

.gallery-shadow .tns-controls {
  /* Gallery X-axis Shadow */
  box-shadow: inset 100px 0 100px -10px rgba(0, 0, 0), inset -100px 0 100px -10px rgba(0, 0, 0);
}

.gallery .tns-controls button {
  background-color: transparent;
  border: unset;
  width: 200px;
  z-index: 1;
}

@media screen and (max-width: 1199px) {
  .gallery-shadow .tns-controls {
    box-shadow: inset 40px 0 40px -10px rgba(0, 0, 0), inset -40px 0 40px -10px rgba(0, 0, 0);
  }
}