@media only screen and (min-width: 992px) {
  
  .image-carousel {
    text-align: center;
  }

  .discount-advert {
    padding: 10px; 
  }  
  
  .header-bar-top-padding {
    padding-top: 55px;
  }

  .top-bar-col {
    /* margin-bottom: 50px; */
    min-height: 0px;
  }

  .navbar-menu-div {
    margin-left: 264px;
    /* margin-bottom: 50px; */
  }

  .navbar-nav .dropdown-menu {
    padding-top: .5rem;
    padding-bottom: 0px;
    background-color: rgba(255, 255, 255);
  }

  .navbar-nav .dropdown-item:focus, .navbar-nav .dropdown-item:hover {
    background-color: #fff
  }
  
  .navbar-nav li > ul.dropdown-menu {

  }

  .navbar-nav li:hover > ul.dropdown-menu {
    display: block;
    position: absolute;
    margin-top: 0px;
    /* animation: fadeIn 1s; */
  }

  .navbar-nav li:hover > ul.dropdown-menu:after {
    content: '';
    display: block;
  }

  .top-bar {
    padding-left: 70px;
    padding-right: 80px;
    padding-bottom: 0px;
    padding-top: 0px;
  }

  .top-navbar-nav:hover + .mega-menu {
    display: block;
    animation: fadeIn 0.1s;
  }

  .mega-menu:hover {
    display: block;
    animation: fadeIn 0.1s;
  }

  .header-bar .mega-menu {
    display: none;
    animation: fadeIn 0.1s;
  }

  body {
  font-size: 20px;
  }

  /* text-in-image positioning */

  .scroll-solution-industry {
    right: 0%;
    bottom: 0%;
    width: 67%;
    background-color: #818080b8;
  }

  .scroll-solution-academia {
    left: 0%;
    bottom: 0%;
    width: 100%;
    background-color: #345d5da6;
  }

  .scroll-solution-sustainability {
    left: 0%;
    bottom: 0%;
    width: 75%;
    background-color: #dfb154b5
  }

  .scroll-solution-recovery {
    right: 0%;
    bottom: 10%;
    width: 56%;
    background-color: #070759c9;
  }

  .scroll-solution-ai {
    left: 7%;
    top: 0%;
    width: 86%;
    background-color: #57a4c7c7;
  }

  .scroll-solution-custom {
    left: 0%;
    bottom: 0%;
    width: 52%;
    background-color: #df701da8
  }

  .scroll-fade-text {
    font-weight: 500;
  }

  .scroll-promotion .scroll-fade-text {
    font-size: xxx-large;
  }

  .solution-scroll-fade  {
    position: absolute;
  }

  .logo-pin-bottom {
    bottom: 0px;
  }

  .title-project-name {
    font-size: 44px;  
  }
}