#page-about .banner{
    background-position: center !important;
    background-image: url(../../src/img/about/banner.webp);
}

@media (max-width: 800px){
    #page-about .banner{
        background-position: center !important;
        background-image: url(../../src/img/about/banner-mobile.webp);
    }
}