@media only screen and (min-width: 769px){
    .pkp_site_name .is_img img {
        margin-top: 2rem;
        display: inline-block;
        max-height: 165px;
        max-width: 100%;
        width: auto;
        height: auto;
    }
}
   