.block .name {
    display: none;
}
.block img {
    display: block;
    width: 100%;
}
.block.intro {
    margin-bottom: 48px;
}
.block.image {
    margin-bottom: 7px;
}
.block.contact {
    font-family: 'Rauschen-BBook';
    font-size: var(--title-font-size);
    line-height: var(--title-line-height);
    letter-spacing: -0.75px;
}
.block.contact .text a {
    color: var(--grey);
}
.block.contact .text {
    position: fixed;
    left: 12px;
    bottom: 8px;
}
.block.contact .text table td {
    padding-bottom: 12px;
}

@media only screen and (min-width: 768px) {
    #blocks {
        padding-left: 50%;
    }
    #blocks .results {
        position: relative;
        top: -2px;
    }
    .block.contact .text {
        left: 50%;
    }
    .block.contact .text table td {
        padding-bottom: 0;
    }
}
@media only screen and (min-width: 1280px) {
    #blocks {
        padding-left: 25%;
    }
    #blocks .results {
        width: 66.66%;
    }
    .block.image .image img.medium {
        width: 75%;
    }
    .block.image .image > .wrapper {
        display: flex;
    }
    .block .image.right > .wrapper {
        justify-content: flex-end;
    }
    .block.contact .text {
        left: 25%;
        bottom: 8px;
    }
}