     #homepage-slider-section {
          position: relative;
          margin-top: -100px;
          margin-bottom: -110px;
     }
     
     #homepage-slider .home-featured-insight {
         position: relative;
     }
     #homepage-slider .home-featured-insight .background-layer {
          background: rgba(0, 0, 0, 0.5);
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 2;
     }
     #homepage-slider section.featured-insight .featured-insight__content {
          z-index: 5;   
     }
     #homepage-slider-controller {
          position: absolute;
          bottom: 70%;
          right: 10%;
          z-index: 100;
          display: flex;
          justify-content: space-between;
          width: 80px;
          color: #fff;
          font-size: 18px;
     }
     #homepage-slider .featured-insight.slick-slide {
          margin: 0 !important;   
     }
     .slick-arrow {
          cursor: pointer;   
     }
     #homepage-slider .featured-insight.slick-slide img {
         height: 500px !important;
     }
     #homepage-slider .featured-insight.slick-slide img.black-arrow {
          height: auto !important;
          display: initial !important;
     }
     
     .mt-300 {
          margin-top: 300px !important;   
     }
     
     @media (max-width: 768px) {
         
           #homepage-slider-section {
                margin-top: -44px;
                margin-bottom: 0;
           }
           #homepage-slider section.featured-insight .featured-insight__content {
                margin: 0;   
           }
           #homepage-slider-controller {
                bottom: 90%;   
           }
           
            .mt-300 {
              margin-top: 0 !important;   
            }
            
            #homepage-slider-section .insight__image-container img {
                max-width: initial;
            }
     }