@media(min-width:1300px) {

}
@media(min-width:1540px) {}
@media(max-width:1370px){}
@media(max-width:1100px) {}
@media(max-width:990px) {
    .rmaMainSection.rmaFabricSection .rmaInnerBanner .rmaInnerBannerImg {
        height: 400px !important;
    }
    .rmaMainSection.rmaFabricSection .rmaInnerBanner h2 {
        color: #fff;
        font-size: 300%;
        font-weight: 700;
        position: absolute;
        padding-top: 10%;
    }
}
@media(max-width:767px) {}
@media(max-width:575px) {
    .rmaMainSection.rmaFabricSection .rmaInnerBanner h2 {
        color: #fff;
        font-size: 230%;
        font-weight: 700;
        position: absolute;
        padding-top: 10%;
    }
    .rmaMainSection.rmaFabricSection .rmaInnerBanner .rmaInnerBannerImg {
        height: 200px !important;
    }
}