* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.middle {
  /*   */
  margin-left: 50%;
  transform: translateX(-50%);
}

.carousel-caption {
  position: absolute;
  top: 54%;
  transform: translateY(-50%);
}

.bg-custom {
  background-color: rgba(0, 0, 0, 0.4);
  color: white;
  border-radius: 1rem;
  padding: 1rem;
}

@media only screen and (max-width: 767px) {
  .carousel-inner {
    width: 100%;
    max-height: 500px !important;
  }
  #carousel-example-1z {
    width: 100%;
    max-height: 500px !important;
  }
  .navbar-brand-text{
    font-size: 15px;
  }
}
