/* Force OJS Header Logo to Full Width */
.pkp_site_name .is_img img {
    max-height: none;   /* Removes the default height restriction */
    max-width: 100%;    /* Ensures it doesn't overflow the screen */
    width: 100%;        /* Forces it to take up the full container width */
    height: auto;       /* Maintains the correct aspect ratio */
}