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

.item.author_bios {
	display: none;
}

@media (min-width: 992px) {
    li:nth-child(6),
    li:nth-child(7),
    li:nth-child(8) {
        display: none;
    }
}
    
    