/* =============================================
   PODCAST
   Extraido del <style> inline de modules/podcast.php
   El <link> queda EN LA MISMA POSICION para preservar la cascada.
   ============================================= */

.reverse{
        display: flex;
        flex-flow: row-reverse;
        align-items: end;
    }

    @media (max-width: 750px) {
     .reverse{

        flex-direction: column;
    }
    }
