div#myCarousel {
    margin-top: 0px;
}
@media (max-width: 1149.5px) {
  div#myCarousel {
    margin-top: 0;
}}

.carousel-inner, .item, .item img {
  height: 740px!important;
}

.item {
    position: relative;
}

.item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000042;
    left: 0;
    top: 0;
}
.carousel-caption h1, .carousel-caption p {
        font-size: 40px !important;
        text-transform: uppercase !important;
        font-weight: 700 !important;
        letter-spacing: 0 !important;
}
.carousel-caption {
    width: 100%;
}
.carousel-control {
  display: none;
}
.carousel-inner, .item, .item img {
    object-fit: cover!important;
}
@media (max-width: 768px) {
  .carousel-inner, .item, .item img {
    height: 450px!important;
}
}



@media screen and (min-width: 1100px) {

  #myCarousel .carousel-caption {
    top: 60%;
  }

}


