.pkp_site_name .is_img img {
    display: block;
    max-height: 9.243rem;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
}

.pkp_page_index .homepage_image img {
    display: block;
    width: 50%;
    height: auto
}

@media (min-width: 992px) {
    .pkp_page_index .homepage_image,.pkp_page_index .additional_content {
        margin-left: 7.857rem;
        margin-right: -16.143rem;
    }
}

.pkp_site_name {
    position: relative;
    width: 100%;
    left: 0%;
    right: auto;
    padding: 0;
    white-space: normal;
    font-size: 2em;
    background: transparent;
    overflow: visible
}