/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.rough-annotation {
    z-index:1;
}

@media only screen and (max-width: 1024px) {
    .slide {
        width: 70%;
        max-width: 400px;
    }
}

/* * { box-sizing: border-box; }

body { font-family: sans-serif; } */