.carrusel_imgs_tiny_wrap .tns-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 90%;
    margin: 30px auto 0 auto;
    padding: 0 15px;
}
.carrusel_imgs_tiny_wrap .tns-nav button {
    appearance: none;
    box-shadow: none;
    outline: none;
    border: none;
    flex: 1;
    height: 1px;
    background-color: rgba(255,255,255,.3);
    border-radius:0;
    margin:0;
}
.carrusel_imgs_tiny_wrap .tns-nav button.tns-nav-active {
    background-color: #C2C2C2;
    border-radius: 50px;
    height: 5px;
}
.carrusel_imgs_tiny_wrap  .tns-controls{
    /*max-width: 1300px;
    width: 100%;
    bottom: 0;
    margin:20px auto 0 auto;
    margin-top: auto;
    margin-bottom: auto;*/

    display:flex;    
    justify-content: space-between;
    padding: 0 15px;
    align-items: center;
    position: absolute;
    top: -100px;
    right: 150px;
}
.carrusel_imgs_tiny_wrap  .tns-controls  button {
    appearance: none;
    box-shadow: none;
    border: none;
    background: none;
    color: #ffd300;
    font-size:25px;
    margin:0;
    border-radius:0;
}
.carrusel_imgs_tiny_wrap  .tns-controls  button i.fa-angle-right::before {
   content: "";
   background-image: url('./images/icon-slider-right.svg');
   width: 42px;
   background-size: auto;
   height: 42px;
   display: block;
   background-repeat: no-repeat;
   transition: background-image 0.3s ease-in-out;
}
.carrusel_imgs_tiny_wrap  .tns-controls  button:hover i.fa-angle-right::before {
   background-image: url('./images/icon-slider-right-hover.svg');
}
.carrusel_imgs_tiny_wrap  .tns-controls  button i.fa-angle-left::before {
    content: "";
    background-image: url('./images/icon-slider-left.svg');
    width: 42px;
    background-size: auto;
    height: 42px;
    display: block;
    background-repeat: no-repeat;
    transition: background-image 0.3s ease-in-out;
 }
 .carrusel_imgs_tiny_wrap  .tns-controls  button:hover i.fa-angle-left::before {
    background-image: url('./images/icon-slider-left-hover.svg');
 }
.tns-outer {
    position: relative;
}