.textimage5050element-image {
    display:none;
    background-repeat:no-repeat;
    background-position:center;
    background-size:cover;
    position:absolute;
    left:50%;
    right:0;
    top:0;
    bottom:0;
}
.textimage5050element-image.image-left {
    left:0;
    right:50%;
}
.textimage5050element-content-wrapper :last-child {
    margin-bottom:0;
}
@media (min-width: 992px) {
    .textimage5050element-image {
        display:block;
    }
}