.swiper-pagination span:nth-child(2):hover,
.swiper-pagination span:nth-child(2) {
  background-color: hsl(0, 4%, 91%) !important;
}
.swiper-pagination span:nth-child(4):hover,
.swiper-pagination span:nth-child(4) {
  background-color:hsla(0, 94%, 31%, 0.897) !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(1):hover,
.swiper-pagination span:nth-child(1) {
  background-color: rgb(2, 85, 43) !important;
}


/* image de fondo */
#image-background {
  background-image: url(../images/showroom-detail/m4/dongfeng-m4-back.webp);
}

.section-interiores {
  background-image: url(../images/showroom-detail/m4/interiores/m4-interiores-back.webp);
}

/* Galeria Tecnologia */
#content.gallery-tecnologia {
  background-image: url(../images/showroom-detail/m4/tecnologia/m4-tecnologia-back.webp);
}

/* Galeria Seguridad/Desempeño */
#content.gallery-seguridad {
  background-image: url(../images/showroom-detail/m4/seguridad/m4-seguridad-back.webp);
}
.no-video-background {
  background-image: url('../images/showroom-detail/m4/dongfeng-m4-back-desk.webp');
}

@media (max-width: 992px) {
  .no-video-background {
    background-image: url('../images/showroom-detail/m4/dongfeng-m4-back-mob.webp');
  }
}
