#feedCarousel .carousel-item {
  height: 350px;
  position: relative;
  overflow: hidden;
}

#feedCarousel .carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.carousel-caption {
  background-color: #000;
  opacity: .75;
  color: #fff!important;
  text-align: center;
}

.carousel-caption a {
  color: white;
}

#main-content .carousel-caption {
  a, a:visited, a:focus {
    color: white;
  }

  a:hover {
    color: black;
  }
}
