.hero-image img{
    width:100%;
    height:auto;
    
    -webkit-mask-image: linear-gradient(
        to bottom,
        rgba(0,0,0,1) 75%,
        rgba(0,0,0,0) 100%
    );
    
    mask-image: linear-gradient(
        to bottom,
        rgba(0,0,0,1) 75%,
        rgba(0,0,0,0) 100%
    );
}
.blog .elementskit-post-image-card {
	height: 430px;
}