.eleutheria-image {
    height: 66dvh;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-image:
        linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)),
        url("../images/eleutheria-w-b.png");
}