.gb-container.background-image {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
}

.main-navigation .main-nav ul li a {
  border-radius: 10px;
  padding-top: 5px;
}

@media (max-width: 992px) {
  /* CSS in here for mobile only */
}

@media (min-width: 769px) and (max-width: 1024px) {
  /* CSS in here for tablet only */
}

@media (min-width: 1025px) {
  /* CSS in here for desktop only */
}
