.collectionCarouselView-outer { background: white; height: 100%; .test-button { position: absolute; top: 0; left: 0; z-index: 999; } .collectionCarouselView-image { position: absolute; height: 100%; width: 60%; top: 0; left: 0; right: 0; bottom: 0; margin: auto; user-select: none; } .collectionCarouselView-prev { position: absolute; height: 50%; width: 30%; left: 0; top: 25%; } .collectionCarouselView-next { position: absolute; height: 50%; width: 30%; right: 0; top: 25%; } } .carouselView-back, .carouselView-fwd { position: absolute; display: flex; top: 50%; width: 30; height: 30; align-items: center; border-radius: 5px; justify-content: center; background: rgba(255, 255, 255, 0.46); } .carouselView-fwd { right: 0; } .carouselView-back { left: 0; } .carouselView-back:hover, .carouselView-fwd:hover { background: lightgray; }