@media (max-width:992px) and (min-width:601px){

.HideFromMedium {
    display:none;
}

/* Other CSS changes. */

.NavigationItem {
    max-width:33%;
    width:33%;
    justify-content:center;
}

.TableContent {
    min-height:15vh;
}

.TableContentRed {
    min-height:15vh;
}

}