.mobile-90{
    @media screen and (max-width: 500px){
        width: 90% !important;
    }
}

.medium-90{
    @media screen and (max-width: 1400px){
        width: 90% !important;
    }
}