.car-overview {
  height: calc(var(--vhOne) * 100);
  overflow: hidden;
  position: relative;
}
.car-overview .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.car-overview .bg-img.aos-animate {
  transform: scale(1.03);
}
.car-overview .img-title-desc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.car-overview .body-title {
  padding: 9.375vw 0 0;
  text-align: center;
}
.car-overview .body-title h1 {
  font-family: "BYDcv";
  font-weight: 400;
  font-size: 4.16667vw;
  color: #ffffff;
  line-height: 4.58333vw;
  margin-bottom: 0.26042vw;
}
.car-overview .body-title p {
  font-size: 1.25vw;
  color: #ffffff;
  line-height: 1.61458vw;
  letter-spacing: 0.10417vw;
  animation-duration: 0.6s;
}
.car-overview .bottom-img {
  position: absolute;
  bottom: 9.0625vw;
  left: 50%;
  height: 6.45833vw;
  transform: translate(-50%, 0);
}
.car-overview .bottom-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) and (orientation: portrait) and (pointer: coarse) {
.mob--car-overview .body-title {
    padding: 6.66667rem 0 0;
}
.mob--car-overview .body-title h1 {
    font-family: "BYDcv";
    font-weight: 400;
    font-size: 2.66667rem;
    color: #ffffff;
    line-height: 2.93333rem;
    margin-bottom: 0.16667rem;
}
.mob--car-overview .body-title p {
    font-size: 0.8rem;
    color: #ffffff;
    line-height: 1.03333rem;
    letter-spacing: 0.06667rem;
}
.mob--car-overview .bottom-img {
    position: absolute;
    bottom: 12.2rem;
    left: 50%;
    width: 21.66667rem;
    height: auto;
    transform: translate(-50%, 0);
}
.mob--car-overview .bottom-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
}