/* ron-img-aspect-fix 20260921-220348 — quality-first: no stretch (fill) */
/* Factory production galleries: was width/height 100% with no object-fit → browser fill stretch */
.n_abright.fa .faswiper .gallery img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #111;
}
#factory .swiper-slide .img {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #111;
}
#factory .swiper-slide .img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
}
/* Home s_service (3D / CASE) & testimonials: keep frame, don't stretch */
.s_service .img_db img,
.s_monial .img_db img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important; /* card UI; source is no longer square-cropped */
  object-position: center center !important;
}
