/* Container */
.wp-block.container-fluid[data-type="tkuwpbs5/bs5-container"] {
    max-width: 100%
}

.tku_bs5_background_image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
}

/* Row */
@media(max-width:767px) {
    .row.row-4-mobile {
        display: block;
    }
}