

/* This will apply to screens wider than 768px */
@media (min-width: 668px) {
    #cadeau-top-left, #cadeau-bottom-left, #cadeau-bottom-right {
        max-width: 10%;
    }

    #valise {
        width: 450px; 
    }
}