@media (min-width: 992px) {
    .pkp_site_name .is_img img {
        max-height: 100%;
    }


    section.item.references .value{
        -ms-word-break: break-all;
        word-break: break-all;

         word-break: break-word;

        -webkit-hyphens: auto;
           -moz-hyphens: auto;
            -ms-hyphens: auto;
                hyphens: auto;

    }
    
}