.swiper-pagination span:nth-child(1):hover,
.swiper-pagination span:nth-child(1) {
  background-color: hsl(0, 4%, 91%) !important;
}
.swiper-pagination span:nth-child(2):hover,
.swiper-pagination span:nth-child(2) {
  background-color:hsl(0, 1%, 71%) !important;
}
.swiper-pagination span:nth-child(3):hover,
.swiper-pagination span:nth-child(3) {
  background-color: rgb(5, 5, 5) !important;
}
.swiper-pagination span:nth-child(4):hover,
.swiper-pagination span:nth-child(4) {
  background-color: rgb(2, 85, 43) !important;
}


/* image de fondo */
#image-background {
  background-image: url(../images/showroom-detail/m3/dongfeng-m3-back.webp);
}

.section-interiores {
  background-image: url(../images/showroom-detail/m3/interiores/m3-interiores-back.webp);
}

/* Galeria Tecnologia */
#content.gallery-tecnologia {
  background-image: url(../images/showroom-detail/m3/seguridad/m3-seguridad-back.webp);
}

.no-video-background {
  background-image: url('../images/showroom-detail/m3/dongfeng-m3-back-desk.webp');
}

@media (max-width: 992px) {
  .no-video-background {
    background-image: url('../images/showroom-detail/m3/dongfeng-m3-back-mob.webp');
  }
}
