.collection-wrapper {top: 50%;bottom: unset;transform: translateY(-50%);}
.collection-header-sections img{width: 100%;height: auto;}
.collection-header-sections .collection-des + .collection-banner-btn {margin-top: 5px;}
@media only screen and (min-width: 1200px) {
.collection-template-featured-sidebar.clearance-template .collection-header.collection-header-sections .collection-wrapper {
   top: 50%;
   bottom: unset;
   transform: translateY(-50%);
}
}
@media only screen and (max-width: 1199px){
.collection-header-sections{position: relative;}

}
@media only screen and (max-width: 1000px){
   .collection-header-sections img  { max-height: 260px !important;  width: 100%;
       object-fit: cover;
   }
}