/**
 * This contains special resolutions
 * Common resolutions have their own files
 */
 
/**
 * Hide industry blurbs
 */
@media all and (max-width: 2110px) {
  .blurbs {
    display: none;
  }
}