@media screen and (min-width: 992px) {
  .minute-replica .section.combo---testimonials .product--cylinder-22kg {
    width: clamp(158px, 11.8vw, 250px) !important;
    bottom: clamp(-132px, -7vw, -70px) !important;
    left: -2.8vw !important;
    transform: rotate(-12deg) !important;
    transform-origin: 50% 78%;
  }

  .minute-replica .section.combo---testimonials .product--cylinder-50kg {
    width: clamp(236px, 18vw, 390px) !important;
    bottom: clamp(-230px, -12vw, -128px) !important;
    right: -4.8vw !important;
    transform: rotate(16deg) !important;
    transform-origin: 50% 78%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .minute-replica .section.combo---testimonials .product--cylinder-22kg {
    width: clamp(118px, 17vw, 180px) !important;
    transform: rotate(-12deg) !important;
    transform-origin: 50% 78%;
  }

  .minute-replica .section.combo---testimonials .product--cylinder-50kg {
    width: clamp(158px, 24vw, 245px) !important;
    transform: rotate(15deg) !important;
    transform-origin: 50% 78%;
  }
}

@media screen and (max-width: 767px) {
  .minute-replica .section.combo---testimonials .product--cylinder-22kg {
    width: clamp(72px, 22vw, 96px) !important;
    transform: rotate(-10deg) !important;
    transform-origin: 50% 78%;
  }

  .minute-replica .section.combo---testimonials .product--cylinder-50kg {
    width: clamp(96px, 30vw, 132px) !important;
    transform: rotate(14deg) !important;
    transform-origin: 50% 78%;
  }
}
