.tpl-layout_structure_20-60-20 {
    display: grid;
    grid-template-columns: 20% 60% 20%;
    grid-template-rows: minmax(100vh, auto);
}
