@media only screen and (max-width: 968px) {
  .admin-main-body {
    margin-right: 0;
  }
  aside {
    background-color: rgba(0, 0, 0, 0.9) !important;
  }

  .admin-header {
    background-color: rgba(0, 0, 0, 0.7);
  }
}
