.template-5202 {
    background-size: cover;
    background-position: center;
}

.template-5202:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    background: rgba(255, 255, 255, .85);
}

@media (min-width: 767px) {
    
    .template-5202:after {
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2)10%  , rgba(255, 255, 255, 0.4) 20%, rgba(255, 255, 255, 0.6)30% , rgba(255, 255, 255, 0.8) 40% ,  rgba(255, 255, 255, 1)50%);
    }
}