.eas-slider-wrapper {
    position: relative;
    background: #fff;
}

.eas-slider .slick-list,
.eas-slider .slick-track,
.eas-slider .slick-slide {
    height: 600px;
}

.eas-slide {
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.eas-slide img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
}

.slick-arrow {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    border: none;
    background: none;
    cursor: none;
    pointer-events: auto;
    z-index: 2;
}

.slick-arrow:hover,
.slick-arrow:focus {
    background: none;
}

.eas-prev {
    left: 0;
}

.eas-next {
    right: 0;
}

.eas-prev:hover {
    cursor: url('../img/left.svg') 25 20, auto;
}

.eas-next:hover {
    cursor: url('../img/right.svg') 25 20, auto;
}

.eas-counter {
    text-align: center;
    margin-top: 1rem;
    font-weight: normal;
}