/* Narrow screen adjustments */
@media screen and (max-width: 736px) {
	/* hide non-essential desktop-only content */
    .enws-hide-on-mobile {
    	display: none;
    }
}