@media only screen and (max-width: 1000px) {
    #root {
        background: #fff;
    }

    picture img {
        object-fit: cover;
    }
}