@media screen and (max-height: 900px) and (orientation: landscape) {

}

@media screen and (max-height: 600px) and (orientation: landscape) {
/* CATEGORIA CONTENIDO */
#categoria_contenido .categoriaContenido h1 {
  font-size: 20px!important;
}
#categoria_contenido .categoriaContenido p {
  font-size: 13px!important;
}
/*  */
}
