.post-image::before {
content: "";
position: absolute;
width: 100%;
height: 100%;
z-index: 100;
left: 0;
background: rgb(11,89,135);
background: -moz-linear-gradient(9deg, rgba(11,89,135,1) 24%, rgba(119,35,118,0.5270483193277311) 71%);
background: -webkit-linear-gradient(9deg, rgba(11,89,135,1) 24%, rgba(119,35,118,0.5270483193277311) 71%);
background: linear-gradient(9deg, rgba(11,89,135,1) 24%, rgba(119,35,118,0.5270483193277311) 71%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0b5987",endColorstr="#772376",GradientType=1);
}