.collection-hero-body{
  background-size:cover;
  background-repeat:no-repeat;
  width:100%;
}

.collection-hero-body__blackout{
  top:0;
  bottom:0;
  right:0;
  left:0;
}


@media(max-width:567px){
  .collection-hero-body__title-positioner{
    top:50% !important;
    left:50% !important;
    transform:translate(-50%, -50%) !important;
  }
  
  .collection-hero-body__title{
    text-align:center !important;
  }
}