.car-detail4 {
  height: 100vh;
  width: 100vw;
  position: relative;
  scroll-snap-align: top;
  overflow: hidden;
}
.car-detail4 .car-detail4-picture {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.car-detail4 .car-detail4-picture picture {
  position: absolute;
  inset: 0;
}
.car-detail4 .car-detail4-picture picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.car-detail4 .main-title {
  color: #fff;
  font-family: "URW Form Expand-700";
  position: absolute;
}
@media screen and (min-width: 768.01px) {
  .car-detail4 .main-title {
    font-size: 5.3125vw;
    line-height: 6.3541666667vw;
    padding-left: 6.7708333333vw;
    top: 16.8518518519vh;
  }
}
@media screen and (max-width: 768px) {
  .car-detail4 .main-title {
    font-size: 5.8666666667vw;
    line-height: 6.9333333333vw;
    padding-left: 4.8vw;
    bottom: 51.4778325123vh;
  }
}
@media screen and (min-width: 768.01px) {
  .car-detail4 .main-title p:first-child ~ p {
    margin-top: 0.625vw;
  }
}
@media screen and (max-width: 768px) {
  .car-detail4 .main-title p:first-child ~ p {
    margin-top: 2.9333333333vw;
  }
}
.car-detail4 .main-title em {
  color: rgb(0, 79, 189);
}
.car-detail4 .little-desc {
  color: #fff;
  position: absolute;
}
@media screen and (min-width: 768.01px) {
  .car-detail4 .little-desc {
    width: 72.3958333333vw;
    left: 6.7708333333vw;
    top: 69.537037037vh;
    font-size: 1.0416666667vw;
    line-height: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  .car-detail4 .little-desc {
    font-family: "URW Form Expand";
    font-size: 3.2vw;
    padding: 0 4.8vw;
    bottom: 14.039408867vh;
  }
}
.car-detail4 .reserve-today-button {
  position: absolute;
  z-index: 3;
}
@media screen and (min-width: 768.01px) {
  .car-detail4 .reserve-today-button {
    right: 7.2916666667vw;
    bottom: 6.4814814815vh;
  }
}
@media screen and (max-width: 768px) {
  .car-detail4 .reserve-today-button {
    left: 8.5333333333vw;
    right: 8.5333333333vw;
    bottom: 20px;
  }
}