
.sidebar.left {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 70%;
  background: #FFFFFF;
}

.sidebar.right {
  position: fixed;
  overflow-y: scroll;
  top: 0;
  right: 0;
  bottom: 0;
  width: 60%;
  background: #FFFFFF;
  z-index:99999999;
}

@media only screen and (min-device-width : 576px) and (max-device-width : 992px) {
  .sidebar.right {
    width: 90%;
  }

}
/* mobile */
@media only screen and (max-device-width : 576px) {
  .sidebar.right {
    width: 100%;
  }

}

.sidebar.bottom {
  left: 0;
  right: 0;
  bottom: 0;
  height: 270px;
  background: #03A9F4;
}

.sidebar.top {
  left: 0;
  right: 0;
  top: 0;
  height: 270px;
  background: #03A9F4;
}

.sidebars > .sidebar {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.64);
  position: fixed;
  color: white;
  padding: 30px;
  font-size: 2em;
  text-align: center;
}