.carousel {
    background: #FAFAFA;
}

.carousel-cell-slider {
    width: 100%;
    height: 300px;
    margin-right: 0px;
    background: rgba(242, 242, 242, 0.6);
    border-radius: 0px;
    background-position: center center;
    background-size: cover;
}

.flickity-page-dots {
    bottom: 10px;
}

/* dots are lines */
.flickity-page-dots .dot {
    height: 4px;
    width: 40px;
    margin: 0;
    border-radius: 0;
}