/* Featured image full layar di mobile */
@media(max-width:768px){

    ._featured.ofc{
        width:100vw !important;

        margin-left:calc(50% - 50vw) !important;
        margin-right:calc(50% - 50vw) !important;

        border-radius:0 !important;

        overflow:hidden !important;
    }

    ._featured.ofc img{
        width:100% !important;
        height:auto !important;

        display:block !important;
    }

}



/*Halaman Live*/
.libu-live-page{
padding:40px 20px;
}

.live-platform-grid{
display:flex;
justify-content:flex-start;
gap:100px;
margin-top:-65px;
margin-bottom:200px;
}

.platform-item{
display:flex;
flex-direction:column;
align-items:center;
text-decoration:none;
color:#000;
}

.platform-item img{
width:130px;
height:130px;
background:#e9e9e9;
border-radius:50%;
padding:18px;
transition:0.25s ease;
cursor:pointer;
}


.live-text{
margin-top:-25px;
font-weight:400;
font-size:14px;
text-align:center;
}

@media (max-width:600px){

.live-platform-grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:1px 10px;
justify-items:center;
margin-top:-65px;
margin-bottom:10px;
}

/* buat logo ke-3 di tengah */
.live-platform-grid .platform-item:nth-child(3){
grid-column:1 / span 2;
justify-self:center;
}

.platform-item img{
width:100px;
height:100px;
padding:15px;
}
}
