#carousel-example-generic {
    .item {
        img {
            width: 100%;
            max-width: 500px;
            margin: 0 auto;
            height: auto;
        }
    }
}

.speaker-slider .slick-track {
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.width-150 {
    width: 150px;
}