.td_vh-25 {
    height: 25vh;
}

.td_vh-75 {
    height: 75vh;
}

.td_vh-75 > div > img {
    height: 75vh;
}

.td_head_shadow {
    text-shadow:
        0 1px 2px rgba(0,0,0,0.4),
        0 2px 6px rgba(0,0,0,0.2);
}

/* gradient vrstva */
/*.td_section-hero::after {
    content: "";
    position: absolute;
    inset: 0;

    background: linear-gradient(
        to right,
        #E1E2DD 0%,
        #F4F3EF 25%,
        rgba(241,240,236,0.7) 50%,
        rgba(231,230,225,0.3) 70%,
        rgba(210,211,205,0) 100%
    );

    pointer-events: none;
    z-index: 1;
}*/
.ba-gridbox-page > .ba-wrapper:first-child {
    background: linear-gradient(
        to bottom,
        #E1E2DD 0%,
        #F4F3EF 19%,
        #F1F0EC 50%,
        #E7E6E1 76%,
        #D2D3CD 100%
    );
}
