.tpl-layout_structure_70-30 {
    display: grid;
    grid-template-columns: 70% 30%;
    grid-template-rows: minmax(100vh, auto);
}
