.Slides-photo {
    display: none;

}

/* Slideshow container */
.slideshow-container-photo {
   
    width: 80%;
    padding: 90px;
 
}

/* Number text (1/3 etc) */
.numbertext-photo {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    border: 1px rgb(254, 106, 1);
    top: 0;
}
.Slides-photo>img{
    max-height: 500px;
    border-radius: 50px;
    box-shadow: rgba(235, 221, 221, 0.481) 0px 100px 100px -20px, rgba(255, 255, 255, 0.119) 0px 30px 60px -70px;

}
/* The dots/bullets/indicators */

.active-photo {
    background-color: #df0d0d;
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 900px) { 
    .slideshow-container-photo {
     
        justify-content: center;
        padding: 0px;
         width: 100%;
        padding-top: 30px;
    }
  
}
@media only screen and (max-width: 600px) {
    .text-photo {
        font-size: 11px;
    }
    .slideshow-container-photo {
     
        justify-content: center;
         width: 100%;
         padding: 0px;
        padding-top: 10%;
    }
}