.pkp_site_name .is_img img {
    display: inline-block;
    max-height: 80%;
    max-width: 100%;
    width: auto;
    height: auto;
}

/* On very small screens, reduce max height */
@media (max-width: 480px) {
    .pkp_site_name .is_img img {
        max-height: 30px;
    }
}


/*Menghilangkan Logo Footer PKP*/
.pkp_brand_footer{
    display: none;
}