.collection-hero__inner{
    position:relative;
    width:100%;
    height:100%;
}
.collection-hero__text-wrapper{
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 100%;
    color: #fff;
}
.collection-hero__title{
    font-weight:400; 
}
.collection-hero__image-container img{
    width:100%;
    height:auto;
}