@media screen and (max-width: 480px) {
    .header-2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 55px;
        z-index: 1;
        width: 90%; 
        box-sizing: border-box; /* Asegura que el padding no afecte el ancho total */
        margin-left: 4%;
        margin-right: 5%;
        margin-top: 0px; 
        margin-bottom: 0px;
    }

    .header-2 .radio-info,
    .header-2 .radio-player {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        background-color: rgba(135, 23, 23, 0.2);
        padding: 30px;
        margin-top: -10px; 
        margin-bottom: 0px;
        padding: 0px;
    }

    .header-2 .radio-player {
        margin-top: 0px; 
        margin-bottom: 0px;
        flex-direction: row;
    }

    .header-2 .radio-info {
        display: flex; /* Cambia a flex para alinear en una línea */
        align-items: center; /* Alinea verticalmente */
        flex: 1; /* Permite que radio-info ocupe espacio proporcional */
        background-color: rgba(255, 255, 255, 0.8);
        padding: 10px;
        border-radius: 5px;
        height: 100%; /* Aumenta el tamaño de la imagen */
        margin-top: 0px; 
        margin-bottom: 0px;
    }
    
    .header-2 .radio-info img {
        height: 80%; /* Aumenta el tamaño de la imagen */
        margin-top: 0px; 
        margin-bottom: 0px;
        margin-top: 10%; /* Espacio entre la imagen y el reproductor */
    }

    /* Fondo del nombre más delgado y pegado al reproductor */
    .header-2 .radio-name {
        order: 1;
        margin-top: 0px; /* Reduce el espacio superior */
        margin-bottom: 0px;
        color: #fff; /* Texto en blanco */
        font-size: 14px !important;        
        overflow: hidden;        
        width: 100%; /* Asegura que ocupe el ancho completo del contenedor */
        text-align: center;
        font-weight:300 !important;
    }

    .header-2 .radio-link {
        display: none;
        margin-top: 0px; 
        margin-bottom: 0px;
    }
    .radio-thumbnail {
        height: 60px !important; 
        width: 60px  !important; 
        margin-bottom: 1px; 
        margin-top: 5px; 
        width: 20% !important;
      }      
}
