:root {
  --bobo-sidebanner-title-size: 36px;
}

.bobo-sidebanner {
  position: relative;
}

.bobo-sidebanner img { 
  width: 100%;
}

.bobo-sidebanner .container {
  z-index: 10;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
}

.bobo-sidebanner::after {
    /* content: ""; */
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.bobo-sidebanner .container h1 {
  font-size: var(--bobo-sidebanner-title-size);
}

.bobo-sidebanner .container .left {
  width: 100%;
  text-align: left;
  color: #fff;
}

.bobo-sidebanner .container path p {
  color: var(--text-color);
}

@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: 30px;
  }
}

@media screen and (max-width: 768px) {
  :root {
    --bobo-sidebanner-title-size: 24px;
  }
  .bobo-sidebanner {
    height: auto;
  }
}

@media screen and (max-width: 576px) {
  :root {
    --bobo-sidebanner-title-size: 18px;
  }
  .bobo-sidebanner .container .left a {
    font-size: 15px;
}
  .bobo-sidebanner .container .left {
    text-align: center;
  }
}
