.carousel-item img {
    width: 60%;
    height: 10%;
}
.carousel-inner {
height: 100px;  
width: 350px;
text-align: center;
}
.d-block-photo{
    width: 60%;
    height: 60%;
}
.carousel-controlprev{
    right: 0;
    background-color: rgb(35, 31, 31);
}
.carousel-controlnext{
        left: 0;
    background-color: rgb(35, 31, 31);
}

.carousel-controlprev,
.carousel-controlnext {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center; 
  justify-content: center; 
  text-align: center;
  width: 15%;
  text-align: center;
  transition: color 0.15s;
  background-color: rgb(105, 103, 103);
}
.btn-btn-success {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
@media screen and ( max-width:600px ){
    .carousel-inner{
       height: 200px;  
    }
  }
  
  @media (max-width: 900px) { 
     .carousel-inner{
       height: 200px;  
    }
    
  }
    
  @media (min-width: 1000px) { 
     .carousel-inner{
       height: 500px;  
    }
    
  }     