/* ==========================================
   TELÃO MOBILE
========================================== */

@media(max-width:700px){


.featured-live-section{

    margin-top:20px;

}


.featured-live-section .section-title{

    margin-bottom:12px;

}



.featured-live{

    width:100%;

}



.featured-live-content{

    height:220px;

    width:100%;

    border-radius:18px;

    overflow:hidden;

    position:relative;

}



.featured-background{

    position:absolute;

    inset:0;

    background-size:cover;

    background-position:center;

}



.featured-live-content::after{

    content:"";

    position:absolute;

    inset:0;

    background:
    linear-gradient(
        to top,
        rgba(0,0,0,.85),
        transparent
    );

}



.featured-player{

    width:60px;

    height:60px;

    font-size:24px;

}



.featured-info{

    left:15px;

    bottom:15px;

    z-index:3;

}



.featured-info h3{

    font-size:18px;

}



}