.container-carousel-ts{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.wrapper-ts{
    position: relative;
    max-width: 1200px;
    max-height: 400px;

}

.image-container-ts img{
    border-radius: 0%;
    width: 90%;
}





.controls-ts button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-decoration: none;
    border: none;
    font-size: 30px;
    background-color: rgb(121, 22, 46);
    z-index: 99;
    color: rgb(165, 139, 52);

}

.controls-ts .prev{
    left: -40px;
    

}

.controls-ts .next{
    right: -40px;
}

@media screen and (max-width: 599px) {

    /* .image-container-ts{
        padding: 20px;
    } */

    .controls-ts .prev{
        left: -70px;
    }




    .wrapper-ts{
        max-width: 300px;
        max-height: 300px;
    }
    
}

@media screen and (min-width: 600px) {

    .wrapper-ts{
        max-width: 500px;
        max-height: 500px;
    }

    .controls-ts .prev{
        left: -60px;
    }


}

@media screen and (min-width: 700px) {

    .wrapper-ts{
        max-width: 550px;
        max-height: 600px;
    }
    
    .image-container-ts img{
        
        /* margin-right: 40px; */
    }

    .controls-ts .next{
        right: -40px;
    }

    .controls-ts .prev{
        left: -60px;
    }
    
}

@media screen and (min-width: 850px) {

    .wrapper-ts{
        max-width: 700px;
        max-height: 700px;
    }


    
}

@media screen and (min-width: 1050px) {

    .wrapper-ts{
        max-width: 950px;
        max-height: 800px;
    }


    
/* 
    .carousel .image-container{
        max-width:  calc(100%/4);
    } */
    
}

@media screen and (min-width: 1500){
    .wrapper-ts{
        max-width: 1080px;
    }

    /* .carousel .image-container{
        max-width:  calc(100%/4);
    } */
}