img.lcb-image-left {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
}
img.lcb-image-right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
}

.lcb-leftright-image-abs, .lcb-leftright{
position: relative;
}
.lcb-leftright{
    padding:50px 0;
}
.lcb-centeralign{
    align-items:center;
}
.lcb-leftright-background{
    padding:50px 0;
    background-size:cover !important; 
    background-repeat: no-repeat !important;
}

@media (max-width:991px){
    .lcb-leftright{
        display: flex;
        flex-direction: column;
    }
    .lcb-centeralign{
        text-align:center;
    }
    .centertext-right .lcb-centeralign{
        flex-direction: column;
    }
 
    .centertext-right .lcb-centeralign .col-md-12:nth-child(1){

        order:1;
    }
    img.lcb-image-right,  img.lcb-image-left{ 
        position: relative;
        top:unset;
        left:unset;
        transform:unset;
}
.lcb-leftright-image-abs .container, .lcb-leftright-image-abs img{
    display: flex;
    align-self: center;
    margin-bottom: 20px;
}
img.lcb-image-right, img.lcb-image-left {
    display: flex;
    align-self: center;
    margin-bottom: 20px;
}
.lcb-leftright-image-abs .container, .lcb-flex{
    flex-direction:column;
}
.lcb-leftright-image-abs .row{
order:1;
}
.lcb-order:nth-child(2){
    order:-1;  
} 
}