#cpthelper-row {
    display: grid;
    align-items: flex-start;
    grid-gap: 20px;
}

.cpthelper-wrapper {
    margin: 0 auto;
    width: 100%;
}

.cpthelper-img {
    width: 100%;
    display: flex;
    margin: auto;
    position: relative;
}

.cpthelper-img:after {
    content: '';
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
}

.cpthelper-thumb {
    width: 100%;
    height: 100%;
    margin: auto;
    position: relative;
    overflow: hidden;
}

.cpthelper-thumb img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

#postloopcontainer a.title-link {
    margin-top: 20px;
    display: block;
    width: 100%;
}

.title-link h3 {
    margin-top: 20px;
}

#postloopcontainer #cpthelper-row h2.cpthelper-title {
    text-align: center;
}

.m #cpthelper-row {
    display: block
}

.m #postloopcontainer a.title-link {
    margin: 20px auto 0;
}