@media only screen and (max-width: 767px) {
  .collection_header-image {
    background-size: cover; 
    background-position: center; 
    width: 100%; 
    height: auto; 
  }
}
