/* debut ruban */
.ruban-luili {
    background-image: url('/images/luilipene.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 25px;
}
@media (max-width: 768px) {
    .ruban-luili {
        height: 15px; /* Desktop */
    }
}
/* fin ruban */
