@media (max-width: 767px) {
  body.home .hero--filter {
    margin-bottom: 0;
  }

  body.home .hero--filter .cover img {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
