.container {
    position: relative;
    /* background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url("/static/images/cbo/background.webp") no-repeat right center/cover; */
    /* min-height: 100vh; */
    /* background-attachment: fixed; */
}
.bg_image {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: -10;
    background: rgba(17, 17, 17, 1);
    /* background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url("/static/images/cbo/background.webp") no-repeat right center/cover; */
}

@media screen and (max-width: 1200px) {
}
