@media screen and (max-width: 768px) {
 .res{
    width:0rem;
    
}
 .hidedash{
    display:none;
    }
}

@media screen and (min-width: 769px) {
.res{
    width:40rem;
}

}
