
/* SPECIAL STYLES FOR DETAIL PAGES */

.body-for__details--tonar div.b-background {
    background-position: 20px 100px;
    background-size: calc(100vw - 40px) calc(100vh - 150px);
}

@media screen and (min-width: 65em) {
    .body-for__details--tonar div.b-background {
        background-position: 300px 20px;
        background-size: calc(100vw - 320px) calc(100vh - 70px);
    }
}
