/* Mobile home only: wider banner and compact search-to-showcase spacing. */
@media only screen and (max-width:767px) {
  .wrapper.home .header-bg .container.header {
    padding-bottom:0;
  }
  .wrapper.home .header-bg .slider-block {
    margin:8px 6px 10px !important;
  }
  .wrapper.home .header-bg {
    padding-bottom:4px !important;
  }
  .wrapper.home .header-bg .slider-block .slide-item img {
    display:block;
    width:100%;
    height:auto;
  }
}
