/* Mobile version banner resize */
@media screen and (max-width: 769px) {
    .site-headerFrame {
        background-size: 100vw;
}
}