/**
* CSS FOR SEDOO LABTOOLS
* author : pVert
*/

.sedoo-labtools-listCPT .item-img {
    width: 100%;
    height: 230px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sedoo-labtools-listCPT .item-img img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.sedoo-labtools-listCPT .item-link h3 {
    text-transform: uppercase;
    margin-top: 10px;
}