/* general taxonomy template */
body.taxonomy .item-list {
    float: left;
    width: 100%;
    list-style: none;
    margin: 0;
    overflow: hidden;
}

body.taxonomy .item-list li {
    float: left;
    width: 100%;
    overflow: hidden;
}

body.taxonomy .item-list li h4 {
    text-transform: none;
    border-bottom: 0;
    font-size: 1.1rem;
    font-weight: 400;
    margin-bottom: 0;
    min-height: 0;
}

body.taxonomy .item-list li img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}