+
)}
diff --git a/src/components/Main/SliderControls.tsx b/src/components/Main/SliderControls.tsx
index badf0a5..a34346d 100644
--- a/src/components/Main/SliderControls.tsx
+++ b/src/components/Main/SliderControls.tsx
@@ -40,7 +40,7 @@ export const SliderControls = forwardRef<
return (
-
+
diff --git a/src/ui/SliderWithScaling.tsx b/src/ui/SliderWithScaling.tsx
index 80d679c..24edb56 100644
--- a/src/ui/SliderWithScaling.tsx
+++ b/src/ui/SliderWithScaling.tsx
@@ -140,13 +140,13 @@ export function SliderWithScaling
({
onLeftClick={prevSlide}
onRightClick={nextSlide}
slidesCount={slides.length}
- width={width >= 640 ? 132 : ((width - 32) / 328) * 196}
+ width={width >= 640 ? 132 : (width / 360) * 196}
height={width >= 640 ? 66 : 58}
className={
- 'absolute ' +
+ 'max-lg:absolute ' +
(controlsPosition === 'top'
- ? 'top-[75px]'
- : 'lg:bottom-16 -bottom-10 sm:self-end self-center')
+ ? 'top-[70px]'
+ : 'lg:bottom-16 -bottom-4 sm:bottom-10 max-sm:self-center self-end max-sm:w-full')
}
/>