@media screen and (max-width: 600px) {
  .sidepage {
    width: 100% !important;
  }

  .sidepage .side-fullscreen{
    display: none !important;
  }

}