/* Start custom CSS */div#image-left-text-content:before {
    content: ""; 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(255,255,255,0) 100%);
    opacity: 0.7;
    z-index: 1;
}
div#image-left-text-outer-container {
    z-index: 1;
}/* End custom CSS */