.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slider-element {
    max-height: 300px;
    width: auto;
}

.center-slick-slider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}


img {
    max-width: 100%;
    vertical-align: middle;
}