.slider-container { width: 100%; max-width: 100%; margin: 0; overflow: hidden; }
.mySlider { width: 100%; max-width: 100%; height: auto; overflow: hidden; }
.swiper-slide { position: relative; height: auto; }
.slider-link { display: block; }
.slider-image { width: 100%; height: auto; display: block; }
.overlay { position: absolute; bottom: 0; width: 100%; padding: clamp(16px, 4vw, 40px); background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent); }
.overlay h2 { margin: 0; font-weight: 300; font-size: clamp(18px, 3vw, 32px); color: #fff; }
.swiper-button-next, .swiper-button-prev { color: #fff; }
.swiper-pagination-bullet { background: #fff; opacity: .6; }
.swiper-pagination-bullet-active { opacity: 1; }