:root {
    --bobo-sidebanner-title-size: 36px;
}

.bobo-sidebanner {
    /*aspect-ratio: 48 / 5;*/
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.bobo-sidebanner .path {
    position: absolute;
}

.bobo-sidebanner .path,
.bobo-sidebanner .container {
    height: 100%;
}

.bobo-sidebanner .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.bobo-sidebanner .container h2 {
    color: #fff;
    font-size: var(--bobo-sidebanner-title-size);
}

@media screen and (max-width: 1500px) {
    :root {
        --bobo-sidebanner-title-size: 32px;
    }
}

@media screen and (max-width: 1280px) {
    :root {
        --bobo-sidebanner-title-size: 28px;
    }
}

@media screen and (max-width: 1200px) {
    :root {
        --bobo-sidebanner-title-size: 26px;
    }
}

@media screen and (max-width: 992px) {
    :root {
        --bobo-sidebanner-title-size: 32px;
    }
}

@media screen and (max-width: 768px) {
    :root {
        --bobo-sidebanner-title-size: 28px;
    }
    .bobo-sidebanner {
        height: auto;
        /*padding: 30px 0*/
    }
}

@media screen and (max-width: 576px) {
    :root {
        --bobo-sidebanner-title-size: 24px;
    }
}
