/* Add custom CSS styles below */ 
.navbar-brand img {
  max-height: 5rem !important;
}
.main-menu li:first-child {
  order: -2;
}
.main-menu li:last-child {
  order: -1;
}

#s-block--fixed-banner-0 {
  margin-top: 0;
}
/* Fix banner cut - fitnessguideksa.com */
.s-block--fixed-banner {
  height: auto !important;
}

.banner.banner--fixed {
  height: auto !important;
  max-height: none !important;
}

.banner.banner--fixed img {
  object-fit: contain !important;
  width: 100% !important;
  height: auto !important;
}