p.whotext {
    
    padding:10% 10% 0% 0%;
    position: relative;
    bottom: 0%;
    z-index: 1;
    mix-blend-mode: none;
 }

 .topgrad {
    position: fixed;
    top:0;
    width:100%;
    height: 200px;
    background-image: linear-gradient(to top, rgba(255,0,0,0), rgba(0,0,0,1));
    z-index: 1;
    display: none;
}