img.pkp_site_name_image {
    max-height: 110px !important;
    height: 110px !important;
    width: auto !important;
}
.pkp_site_name .is_img {
    height: 110px !important;
    display: flex !important;
    justify-content: center !important;
    overflow: hidden !important;
}
.pkp_head_wrapper {
    padding-top: 15px !important;
    padding-bottom: 20px !important;
    min-height: auto !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
}
div.pkp_site_name_wrapper {
    padding: 0 !important;
    margin: 0 !important;
    height: auto !important;
    justify-content: center !important;
}
.pkp_navigation_user_wrapper {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    margin-top: 5px !important;
}
.pkp_structure_footer_wrapper {
    background-color: #1e2640 !important;
    color: #ffffff !important;
    padding: 40px 0 !important;
    border-top: 3px solid #c59d5f !important;
}
.pkp_structure_footer_wrapper a {
    color: #c59d5f !important;
    text-decoration: none !important;
}
.pkp_structure_footer_wrapper a:hover {
    color: #ffffff !important;
    text-decoration: underline !important;
}
.pkp_brand_footer {
    filter: brightness(0) invert(1);
    opacity: 0.7;
}
.about_section.has_image .cover, 
.about_section .cover:empty {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
.about_section.has_image {
    display: block !important;
    width: 100% !important;
}
.obj_monograph_summary {
    display: block !important;
    overflow: hidden !important;
    margin-bottom: 30px !important;
}
.obj_monograph_summary .cover {
    display: block !important;
    float: left !important;
    width: 140px !important;
    margin-right: 25px !important;
    margin-bottom: 15px !important;
}
.about_section .description img {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 100% !important;
    height: auto !important;
}