@media screen and (max-width:1000px) {

    .header, .app, .searches, .whybigbackdrops, .howtoorder, .testimonials, .footer {
        width: 100%;
    }

    .slideshow {
        flex-direction: column;
        width: 300px;
    }


}