.section-collection-bottom-banner{position:relative;}
.section-collection-bottom-banner:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1;}
.coll-btm-bnr-cont{position:relative;z-index:2;text-align:center;color:var(--bg-body);max-width:990px;margin:0 auto;width:100%;padding:0 15px;}
.coll-btm-bnr-media{position:absolute;width:100%;height:100%;z-index:-1;}
.coll-btm-bnr-media img{width:100%;object-fit:cover;height:100%;}
.coll-btm-bnr-text{font-size:1rem;line-height:1.5rem;}
@media(min-width:992px){
  .coll-btm-bnr-cont{padding:80px 15px;}
}
@media(max-width:991px){
  .coll-btm-bnr-cont{padding:50px 15px;}
}