.section-collection-banner{position:relative;}
.collection_media{position:absolute; top:0; width:100%; height:100%; overflow:hidden;}
.collection_media img{position:absolute: width:100%; height:100%; object-fit:cover;}
.cb_cover{position:relative; z-index:2;}
.cb_innr{max-width:389px;}
.cb_innr h2{margin-bottom:36px;}

@media(max-width:576px){
  .cb_innr{max-width:100%;}
  .cb_innr h2{margin-bottom:20px;}
}