.wrgal-slider-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 100%;
}
.wrgal-slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    user-select: none;
}
.wrgal-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wrgal-slide-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.wrgal-slide-image a {
    display: block;
    width: 100%;
    height: 100%;
}

.wrgal-left-arrow,
.wrgal-right-arrow {
    transition: opacity 0.3s ease;
}
