#extendedfields-grid {
    display: flex;
    flex-direction: column;

    @media only screen and (min-width: 768px) {
        display: grid;
    }
}
