html, body{
    height: 100vh!important;
    overflow: hidden;
}

#carouselExampleControls{
    height: 100vh!important;
  }

  .fit_in_container{
    object-fit: cover;
  }