@media screen and (min-width:576px){
	.{}
}
@media screen and (min-width:768px){
	.{}
}
@media screen and (min-width:992px){
	.{}
}
@media screen and (min-width:1200px){
	.{}
}
@media screen and (min-width:1400px){
	.{}
}

.card-carousel__img{
	width: 100%; 
	max-height: 40vh; 
	margin: auto;
}
.carousel-indicators {
    position: static;
}
.carousel-indicators button{
  width: 100%;
  height: 100px;
  opacity: 0.8;
}
.img-wrapper {
  max-width: 100%;
  height: 25em;
  display: flex;
  justify-content: center;
  align-items: center;
}