/* Fix OJS Header/Logo Overlap on Mobile */
.pkp_site_name .is_img img {
    max-width: 100%;
    height: auto;
    width: auto;
}

/* Optional: Add some padding if it hits the menu */
.pkp_head_wrapper {
    padding-bottom: 10px;
}

.current_issue {
    display: none;
}