Issso aqui é pra ser executado basicamente com after ou before
content: "";
position: absolute;
left: 0;
bottom: 100%;
height: 0;
width: 0;
border-color: transparent transparent #ffc819;
border-style: solid;
border-width: 0 0 3vw 100vw
É um códigozinho bem de bosta, mas não precisa usar fundo de imagem :-)
position: absolute;
left: 10px;
bottom: -10px;
z-index: -1;
display: inline-block;
width: 0;
height: 0;
border-style: solid;
border-width: 13px 0 13px 130px;
border-color: transparent transparent transparent rgba(0,0,0,.2);
Exemplo rapidinho:
https://jsfiddle.net/ug8p0cbo/3/