.sidebar.right {
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    background: #146392;
    height: 500px;
    overflow-y: scroll;
}

@media only screen and (max-width: 768px) {
  .sidebar.right {
      width: 100%;
  }
}

.sidebars > .sidebar {
    box-shadow: 0 0 0px rgba(0, 0, 0, 0);
    position: fixed;
    color: white;
    padding: 30px;
    font-size: 16px;
}
