#slide-show img {
  object-fit: cover;
  height: 100vh !important;
}
#slide-show .custom-caption  {
  top: 50%;
  left: 20%;
  transform: translate(0%,-50%);
}