@media screen and (max-width: 770px) and (min-width: 415px) {
  body {
    top: 100px !important;
  }
  
}