@media screen and (max-width: 1482px) and (min-width: 1200px){
.bannertext {
    font-size: 55px !important;
}
}
@media (max-width: 948px){
.collectionbanner {
    height: 278px !important;
}
}
@media (max-width: 1043px){
.bannertext {
    font-size: 32px !important;
}
}
@media screen and (max-width: 755px) and (min-width: 747px){
.firstCollectionBanner {
    margin-top: 190px !important;
}
}
@media (max-width: 649px){
.collectionbanner {
    height: 350px !important;
}
}
@media (max-width: 320px){
.collectionbanner {
    height: 420px !important;
}
}