.align-items-stretch .card .card-img {
  position: relative;
  overflow: hidden;
}

.align-items-stretch .card .card-img span {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 100;
}

.align-items-stretch .card .card-img img {
  width: 100%;
  /* height: 500px; */
  object-fit: cover;
  object-position: center;
  top: 0;
  left: 0;
}

/*  */
/*  */
/*  */

.card-img .carousel {
  height: 250px;
}

.card-img .carousel img {
  height: 250px;
  object-fit: cover;
  width: 100%;
}

.card-img .carousel {
  position: relative;
}

.card-img .carousel-control-prev {
  left: 0;
}

.card-img .carousel-control-next {
  right: 0;
}

/*  */
/*  */
/*  */

.user-avatar {
  width: 40px;
  height: 40px;
}

@media (max-width: 767px) {
  .sidebar {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
