@media (max-width: 540px) {
  .guides .banner-text h1 {
    display: block;
    margin-top: 0;
  }
  .banner .guides {
    top: 0px;
    height: 300px;
    max-height: 300px;
  }
  .banner {
    max-height: 300px;
    height: 300px;
  }
  .guides .banner-text {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }
}
