.jcms_blockimg {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.jcms_blockimg img {
    width: 100%;

}

.jcms_blockimg_cta {}

@media screen and (max-width: 700px) {
    .jcms_blockimg img {
        width: 100%;
    }

}