@layer legacy {[data-static-html] .mod-70__content__thumb {
    width: 100%;
    position: relative;
    padding-top: 210px;
    object-fit: cover;
    }
    [data-static-html] .mod-70__content__thumb img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -50%;
    left: -50%;
    transform: translate(50%,50%);
    max-width: 100%;
    object-fit: cover;
    }
}