.view {
      height: 100%;
      position: relative; 
     overflow: hidden; 
     cursor: default;
    }


.landing-carousel,
    .landing-carousel-item,
    .landing-carousel-item.active {
      height: 100%;
    }
    .landing-carousel-inner {
      height: 100%;
    }
    .landing-carousel-item:nth-child(1) {
      background-image: url("../img/multi-blade-segments.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
    }
    .landing-carousel-item:nth-child(2) {
      background-image: url("../img/gangsaw-segments.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
    }
    .landing-carousel-item:nth-child(3) {
      background-image: url("https://mdbootstrap.com/img/Photos/Horizontal/Nature/full page/img%20(10).jpg");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
    }

    .text-white{
        color: white;
    }