#vsaCarousel, #fomCarousel, #fomCarousel2  {
  width: 100%; /* Takes full width of its column */
  max-width: 100%; /* Prevents overflow */
  margin: 0 auto 15px; /* Adds bottom margin */
}

.carousel-inner {
  border-radius: 15px;
  overflow: hidden;
}

.carousel-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Make controls smaller to fit the narrower carousel */
.carousel-control-prev, 
.carousel-control-next {
  background-color: rgba(0,0,0,0.2);
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.carousel-control-prev {
  left: 5px;
}

.carousel-control-next {
  right: 5px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 15px;
  height: 15px;
}