
.carousel-item {
  min-height: 600px;
  background-size: cover;
  background-position: center center;
}

.carousel-inner {
  height: 100%;
}
@media (max-width: 500px) {
  .carousel {
    height: 300px;
  }
  .carousel-item.active {
    height: 100%;
    background-position-y: 70px;
    background-size: 529px;
  }
}




@media (max-width: 990px) {
  .carousel.header {
    margin-top: 72px;
  }
}

.row {
  margin-right: 0 !important;
}