/********** Banner **********/
.hero-header {
   background-size: auto, auto, auto, auto, contain;
}
/********** Banner End **********/


/********** 991px and below **********/
@media (max-width: 991px) {
   /***** Header *****/
   body .navbar,
   body .sticky-top.navbar-light {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      background-color: #ffffff;
   }
   /***** Header End *****/
}
/********** 991px and below End **********/