Skip to searchSkip to main content /* --- Force text to appear below images on mobile --- */ @media (max-width: 768px) { .zprow { display: block !important; overflow: visible !important; } .zpcol { width: 100% !important; float: none !important; display: block !important; clear: both !important; position: relative !important; z-index: 1 !important; /* keeps text above */ } .zpimage-container { margin-bottom: 20px !important; position: relative !important; z-index: 0 !important; /* keeps image behind text */ } }