i wonder if anyone can help, easiest way to show it is the temporary url here: http://norsk-kulturhus-nettverk.a.heltblank.no/
It is the top image. The grey triangle should always follow the image size. Anyone got some tips?
Edit: Tried this:
.content-type-homepage .grid-section-article-wide .grid-rte {
width: 0;
height: 0;
border-top: 20vw solid rgba(242,242,242, 1);
border-right: 100vw solid transparent;
position: absolute;
top: 0;
z-index: 99;
}