@media (max-width:600px) and (orientation:portrait){.hide-in-responsive-mode{display:none}}@media (max-width:850px) and (orientation:landscape){.hide-in-responsive-mode{display:none}}@media (min-width:600px) and (max-width:1024px) and (orientation:portrait){.hide-in-responsive-mode{display:none}}@media (min-width:850px) and (max-width:1280px) and (orientation:landscape){.hide-in-responsive-mode{display:none}}