#container {
  position: relative;
  z-index: 1;
}

#banner {
    margin-bottom: -8px;
    position: relative;
    z-index: 3;
}

.carousel {
    width: 100% !important;
    object-position: center top;
    position: absolute !important;
    z-index: 2;
}

.banner-image{
    width: 100%;
    height: 80vh;
    object-fit: cover;
}

