p {
    margin-top: 10px;
}

.slick-next {
    background: url('../../images/right-chevron.svg');
    background-color: white;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}

.slick-prev {
    background: url('../../images/left-chevron.svg');
    background-color: white;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}

.carousel-artist {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.carousel-artist .item img {
    max-height: 600px;
    margin: 0 auto;
    width: auto;
    opacity: 1;
    display: block;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}