.prev-btn-new {
    display: none;
    /*width: 344.25px;
    height: 459px;*/
    width: 250px;
    height: 350px;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    /*background-image: url("https://manga.in.ua/uploads/posts/2022-07/1656929353_015.jpg");*/
    background-position: center;
    background-size: cover;
    border-radius: 15px;
}

.prev-btn-new-bandeau {
    width: fit-content;
    max-width: 70vw;
    max-height: 612px;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    /*background-image: url("https://manga.in.ua/uploads/posts/2022-07/1656929353_015.jpg");*/
    background-position: center;
    background-size: cover;
    border-radius: 15px;
}

.prev-btn-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.prev_oeuvre_btn_new_titre,
.oeuvre_vues_likes_container_new {
    display: none;
}

.oeuvre_vues_likes_container_new {
    flex-direction: row;
    column-gap: 2rem;
    margin-top: 0.6rem;
}

.hz {
    display: inline-block;
    width: 100%;
}


@media only screen and (max-width: 1762px) {
    .prev-btn-new-bandeau {
        max-height: 469px;
    }
}

@media only screen and (max-width: 1164px) {
    .prev-btn-new-bandeau {
        max-height: 310px;
    }
}

@media only screen and (max-width: 773px) {

    .hz {
        display: inline-block;
        width: auto;
    }

    .prev_oeuvre_btn_new_titre,
    .oeuvre_vues_likes_container_new {
        display: flex;
    }

    .prev-btn-new-bandeau {
        display: none;
    }

    .prev-btn-new {
        display: block;
    }
}