.page .main.post-blocked .component-hero-banner {
    min-height: 70vh;
    position: relative;
}

.page .main.post-blocked .component-hero-banner:after {
    background: linear-gradient(0deg, var(--red-mid) 0, rgba(255, 251, 236, 0) 100%);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
}
.post-blocked .modal-block{
	z-index: 100;
}