.ba-slider-container { position: relative; width: 100%; max-width: 800px; /* Chiều rộng tối đa tùy chỉnh */ margin: 20px auto; overflow: hidden; user-select: none; } .ba-img { display: block; width: 100%; height: auto; pointer-events: none; } .ba-overlay { position: absolute; top: 0; left: 0; height: 100%; overflow: hidden; z-index: 1; } .ba-overlay .ba-img-before { /* Giữ cho ảnh cũ không bị co giãn khi thu nhỏ container */ width: 100%; max-width: none; } .ba-slider { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; cursor: ew-resize; z-index: 3; margin: 0; } .ba-divider { position: absolute; top: 0; bottom: 0; width: 3px; background: #ffffff; box-shadow: 0 0 8px rgba(0,0,0,0.5); pointer-events: none; z-index: 2; transform: translateX(-50%); } /* Tạo nút tròn nhỏ ở giữa thanh phân cách */ .ba-divider::after { content: "↔"; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 32px; height: 32px; background: #ffffff; color: #333; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: bold; box-shadow: 0 2px 6px rgba(0,0,0,0.3); }