@media (width < 767px) {
    .resp-big {
        display: none;
    }
    .resp-small {
        display: block;
    }
    .resp-small-newline {
        display: block !important;
    }
    .resp-small-newline > * {
        width: 100% !important;
    }
    #teaser_book, #teaser_book img {
        width: 100% !important;
        height: auto !important;
    }
    .resp-small-no-top-padding {
        padding-top: 0 !important;
    }
    div.resp-body > section {
        padding-top: 3rem !important;
    }
    body#body_legal div.resp-body {
    margin-top: 4rem;
}
}

@media (width < 1200px) {
}