.pkpDropdown__content {
  max-width: 100em;
}
@media (min-width: 768px) {
  .pkp_page_index .journals .body {
    max-height: 300px;
    overflow: hidden;
	overflow-y: auto;
	scrollbar-width: thin;
  }
}