.pkp_site_name .is_img img {
    max-width: 100%; /* Ensures the image doesn't exceed its container's width */
    width: 100%;     /* Makes the image take up all available width */
    height: auto;    /* Maintains aspect ratio */
}