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