@media screen and (max-width: 767px) {
  .single-post-sidebar {
    position: absolute;
    top: 22px;
    right: 97px;
  }
  .single-post-sidebar.opened {
    left: 0;
    right: 0;
    top: 0;
  }
}