.single-banner-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}
.single-banner-wrapper img{
  width: 100%;
  min-height: 304px;
  object-fit: cover;
}
.single-banner-content {
  position: absolute;
  color: #ffffff;
  text-align: center;
}
/*pc*/
@media only screen and (min-width: 1200px) {
  .single-banner-wrapper {
    height: 304px;
  }
  .single-banner-content {
    top: 134px;
    width: 100%;
  }
  .single-banner-title {
    font-family: GeographMedium;
    font-size: 44px;
  }
}
/*特殊尺寸处理*/
@media only screen and (min-width: 1199px) and (max-width: 1300px) {  }

/*mobile*/
@media only screen and (max-width: 1199px) {
  .single-banner-wrapper {
    height: 158px;
  }
  .single-banner-content {
    top: 66px;
    width: 100%;
  }
  .single-banner-title {
    font-family: GeographMedium;
    font-size: 21px;
  }
}
