/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    #thank-you .content-cover {
        width: 75%;
    }

    #thank-you .reminder {
        height: 80%;
    }
}
