
.ar-carousel {
    width: 100%;
    height: 100%;
    align-items: stretch;
    justify-content: flex-start;
    overflow-x: hidden;

    &-slide {
        display: block;
        width: 100%;
        height: 100%;
    }
}
