  .carousel-custom {
      height: 700px !important;
      perspective: 600px !important;
      transform: translateY(-100px) !important;

      overflow: hidden !important;
      position: relative !important;
      width: 100% !important;
      /* height: 400px; */
      -webkit-perspective: 500px !important;
      perspective: 500px !important;
      -webkit-transform-style: preserve-3d !important;
      transform-style: preserve-3d !important;
      -webkit-transform-origin: 0% 10% !important;
      transform-origin: 0% 10% !important;
  }
  
  .carousel-custom .carousel-item {
      /* cursor: grab;
      width: 400px;*/
      opacity: 1 !important;
      transform: translateX(-100px);
      visibility: hidden;
      width: 250px !important;
      /* height: 200px; */
      position: absolute !important;
      top: 0 !important;
      left: 0 !important;
      
  }
  
  .carousel-custom .carousel-item:active {
      cursor: grabbing !important;
  }
  
  .carousel-custom .carousel-item img {
      width: 100% !important;
  }
  