.tns-outer>button{
  display: none;
}
.tns-controls{
  position: absolute;
  top: 50%;
  left: 0;
  height: 0;
  width: 100%;
  z-index: 2;
}
.tns-controls button{
  width: 40px;
  height: 40px;
  position: absolute;
  top: -20px;
  border: none;
  background: none;
  font-family: inherit;
  font-weight: 700;
  line-height: 40px;
  font-size: 45px;
  text-shadow: none;
  color: #333;
  padding: 0;
}
.tns-controls button[data-controls="prev"]{
  left: 16px;
}
.tns-controls button[data-controls="next"]{
  right: 16px;
}
.tns-controls button:hover{
  color: #E20020;
}
.tns-nav{
  padding: 0 20px;
  text-align: center;
  position: absolute;
  bottom: 23px;
  z-index: 2;
  left: 0;
  width: 100%;
}
.tns-nav button.tns-nav-active{
  background: #E20020;
}
.tns-nav button {
  width: 16px;
  height: 16px;
  background: #FFF;
  border: 2px solid #333;
  border-radius: 100%;
  padding:0;
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
}
.tns-outer{
  height: 100%;
}
.tns-ovh{
  height: 100%;
}
.tns-inner{
  height: 100%;
}
.tns-item .container {
  max-width: calc(100% - 80px);
}
.tns-item .image_container{
  height: 100%;
}