/* Make header logo full width */
.pkp_site_name_wrapper {
    max-width: 100% !important;
}

.pkp_site_name img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    max-height: 220px;
}

/* Align logo nicely */
.pkp_site_name {
    display: flex;
    align-items: center;
}