 .carousel-item {
      height: 510px;
    }
    .carousel-item img{
      object-fit: cover;
      height: 100%;
      width: 100%;
    }
  .carousel-indicators li{
      width: 10px;
      height: 10px;
/*      border-radius: 100%;*/
  }