#wplc_hovercard_content {
  height: auto !important;
  display: block !important;
}

#wplc_hovercard {
  height: auto !important;
}

@media screen and (min-height: 800px) {
  #wplc_hovercard_content {
    max-height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

@media screen and (max-height: 800px) {
  #wplc_hovercard_content {
    max-height: 60vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

@media screen and (max-height: 400px) {
  #wplc_hovercard_content {
    max-height: 40vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
}