@media screen and (max-width: 966px) and (min-width: 731px)
.firstCollectionBanner {
    margin-top: 190px !important;
}

@media (max-width: 849px){
.collectionbanner {
    height: 250px !important;
}
}
@media (max-width: 836px) and (min-width: 537px){
.collectionbanner {
    height: 316px !important;
}
}
@media (max-width: 536px){
.collectionbanner {
    height: 386px !important;
}
}
@media (max-width: 262px){
.collectionbanner {
    height: 416px !important;
}
}
