body.research-page-bg {
    background-image: url('/static/images/Bamboo.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

@media screen and (max-width: 768px) {
    body.research-page-bg {
        background-size: 100% auto;
        background-position: top center;
        background-repeat: repeat-y;
        background-attachment: scroll;
    }
}
