#listeners {
  position: fixed
}

@media screen and (max-width: 768px) {
  #listeners.active {
    position: fixed !important;
    height: calc(100% - 140px);
    margin-top: 80px;
  }
}