.sc_div_bg {
  height: 150px;
  background: url("../img/projects/projects_bg.png") no-repeat center;
  background-size: cover;
  position: relative;
}
.sc_div_bg h5 {
  font-weight: 500;
  color: #fff;
  font-size: 50px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 46%;
}
@media only screen and (max-width: 1050px) {
  .sc_div_bg {
    height: 1.5rem;
  }
  .sc_div_bg h5 {
    font-size: 0.5rem;
  }
}
#OneBook3d_190613_stage {
  max-width: 1200px !important;
}
footer {
  margin-top: 100px;
}
@media screen and (max-width: 1050px) {
  .jq22-container {
    margin-top: 0px;
    display: none;
  }
  .swiper-container {
    display: block !important;
  }
  footer {
    margin-top: 0px;
  }
}
.swiper-container {
  width: 100%;
}
.swiper-container .pic {
  display: block;
  width: 100%;
}
/*# sourceMappingURL=projects.css.map */