@media (min-width:993px){


.DynamicColumnWidth { /* Limit size horizontally on large screens. */
    max-width: 60%;
}

.HideFromLarge {
    display:none;
}


}