@media screen and (min-width: 767px) {
  .hide-for-desktop {
    display: none;
  }


}

@media screen and (max-width: 766px) {
  .margin-top-90 {
    margin-top: 60px !important;
  }

  .margin-top-90 h2 {
    font-size: 15px !important;
  }

  .header-area {

    top: 20px;
  }

  .main-banner .caption {
    top: 40%;
  }
}