.else {
 display: block !important;
}
.not {
 display: none !important;
}
@media only screen and (max-width: 950px) {
.else {
 display: none !important;
}
.not {
 display: block !important;
}