/*--HERO IMAGE TEXT OVERLAY--*/

.tws-content-box--cell.tws-content-box--text-color-inverted {
    color: #ffffff !important;
    font-weight: 700 !important;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(your-image-url.jpg);
    background-size: cover;
    background-position: center;
}
/*--*/