.slider-container-description-price {
    display: flex;
    justify-content: space-around;

}

.mySlides,
.mySlidestext,
.mySlideprice {
    display: none
}


/* Slideshow container */

.slideshow-container-text,
.slideshow-container-price,
.slideshow-container {

    height: 750px;

    width:33%;
    position: relative;
    border-radius: 20px;
    margin: auto;
    margin-top: 60px;
}

.mySlides>h1 {
    color: white;
}

/* Next & previous buttons */

.prev,
.next {
    cursor: pointer;
    position: absolute;
    border-radius: 20px;
    top: 50%;
    border: 1px solid rgba(255, 255, 255, 0.541);
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.prev {
    left: 0;
}

.next {
    right: 0;

}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.mySlides>img {
    padding-top: 20px;
    border-radius: 30px;
    max-height: 560px;
    max-width: 100%;
    box-shadow: rgba(104, 0, 0, 0.481) 0px 100px 100px -20px, rgba(255, 255, 255, 0.119) 0px 30px 60px -70px;

}

/* Caption text */
.text {
    word-spacing: 2px;
    white-space: 10px;
    color: #f2f2f2;
    font-size: 20px;
    padding: 45px 12px;
    padding-top: 270px;



}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 70px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 5 7px;


    background-color: #747474;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #ffffff;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.7s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}



@media only screen and (max-width: 1200px) {

    .slider-container-description-price {
        display:block;
    
        width: 60%;
        height: 700px;
        margin: auto;
        justify-content:end;

    }
    
    .slideshow-container {
        position: relative;
      
        height: 100px;
       justify-content: center;
        width: 100%;
    
        
    }
    .mySlides>img{
        padding: 0px;
        margin: 0px;
    }
   
    .slideshow-container-text{
        width: 100%;
        height: 100px;
        
    
    }
    .next,.prev{
        top:0%
    }
    .text{
        padding: 0px;
    }
    .priceslider{
    
       width: 200px;
       height: 700px;
        padding-top: 270px;
    }

}
@media only screen and (max-width: 600px) {

    .slider-container-description-price{
        display: block;
        width: calc(100%  - 6px);
    }
    .priceslider{
        width: 100%;
        padding-top: 160px;
    }
}