.frame-type-tctheme_textpicbg .image-caption {
    visibility: hidden;
    height: 0;
    width: 0;
}
.textpic__col {
    width: 100%;
    box-sizing: border-box;
}

.textpic__col--text {
    padding: 28px;
}

@media screen and (min-width: 992px) {
    .textpic__row {
        display: flex;
    }
    .textpic__col--50 {
        width: 50%;
    }
    .textpic__col--30 {
        width: 33%;
    }
    .textpic__col--70 {
        width: 70%;
    }
    .textpic__col--text {
        padding: 36px;
    }
}

@media screen and (min-width: 1440px) {
    .textpic__col--text {
        padding: 56px;
    }
}

.textpic__col--image {
    position: relative;
    display: none;
}

@media screen and (min-width: 992px) {
    .textpic__col--image {
        display: flex;
    }
}
.textpic__col--image .image-wrapper,
.textpic__col--image .image {
    height: 100%;
}

.textpic__col--image picture {
    display: flex;
    align-items: center;
    justify-content: center;
    
    height: 100%;
}

.textpic__col--image picture img {
    object-fit: cover;

    min-height: 100%;
    min-width: 100%;
}
