.fc_showcase_slider {
    .images_slider {
        overflow: hidden;
        transition-timing-function: linear;
    }

    .image {
        aspect-ratio: 1/1;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        height: 100px;
    }

}
