.two_or_three_column_tiles__tile_image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 376px;
    margin-bottom: 0;
    z-index: -1;
}

.two_or_three_column_tiles__tile_image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translateZ(0) scale(1);
    transform-origin: center;
    backface-visibility: hidden;
    will-change: transform;
    transition: transform 5s cubic-bezier(0.22, 1, 0.36, 1);
}

.two_or_three_column_tiles.remove_padding--bottom + .two_or_three_column_tiles.remove_padding--top {
    margin-top: 1rem !important;
}

@media (min-width: 768px) {
    .two_or_three_column_tiles.remove_padding--bottom + .two_or_three_column_tiles.remove_padding--top {
        margin-top: 3rem !important;
    }
}

.two_or_three_column_tiles__tile .hidden_height_full {
    display: block;
    overflow: hidden;
}

@media (min-width: 768px) {
    .two_or_three_column_tiles__tiles {
        align-items: stretch;
    }

    .two_or_three_column_tiles__tile {
        display: flex;
        flex-direction: column;
    }

    .two_or_three_column_tiles__tile > a.hidden_height_full:empty {
        display: none;
    }

    .two_or_three_column_tiles__tile > div {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
    }

    .two_or_three_column_tiles__tile > div > a.hidden_height_full {
        flex: 0 0 auto;
        display: block;
        height: auto;
        min-height: 0;
    }

    .two_or_three_column_tiles__tile > div > .two_or_three_column_tiles__tile_content {
        display: flex;
        flex-direction: column;
        flex: 1 0 auto;
    }

    .two_or_three_column_tiles__tile .two_or_three_column_tiles__tile_image {
        flex: 0 0 376px;
        height: 376px;
        min-height: 376px;
        max-height: 376px;
    }

    .two_or_three_column_tiles__tile .two_or_three_column_tiles__tile_content {
        display: flex;
        flex-direction: column;
        flex: 1 0 auto;
    }

    .two_or_three_column_tiles__tile .two_or_three_column_tiles__tile_content > div:last-child {
        margin-top: auto;
    }
}

.two_or_three_column_tiles__tiles > a[name] {
    display: none;
}

.two_or_three_column_tiles__tile {
    margin-bottom: 0;
    z-index: 1;
}

.two_or_three_column_tiles__tile_content {
    bottom: 5.5rem;
    position: inherit;
    margin-top: -5.5rem;
    margin-bottom: 0;
    margin-left: 2.125rem;
}

@media (min-width: 768px) {
    .two_or_three_column_tiles__tile {
        margin-bottom: 0;
    }
}

@media (min-width: 768px) and (max-width: 1099px) {
    .two_or_three_column_tiles__tiles {
        gap: 2rem;
    }

    .two_or_three_column_tiles__tile {
        width: calc(50% - 1rem);
        margin-bottom: 0;
    }

    .two_or_three_column_tiles__tile_content {
        margin-bottom: 0;
    }
}

@media (min-width: 1024px) {
    .two_or_three_column_tiles__tile:hover .two_or_three_column_tiles__tile_image img {
        transform: translateZ(0) scale(1.25);
    }
}
