.pkp_site_name .is_img img {
    display: block;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
}

.task_count {
    display: inline-block;
    background-color: red;
    border-radius: 20%;
    padding: 0 5px;
    color: white;
    font-size: .75rem;
    vertical-align: top;
    font-weight: bold;
}