.fullscreen-carousel {
     width: 100%;
     height: 85vh;
}

.fullscreen-carousel .flickity-button.flickity-prev-next-button {
     bottom: 0;
     top: unset;
}

.fullscreen-carousel .carousel-cell {
     width: 100%;
     height: 100%;
}

.fullscreen-carousel .carousel-cell .fullscreen-carousel-container {
     height: 100%;
     display: flex;
     flex-direction: row;
     align-items: center;
     justify-content: center;
}

.fullscreen-carousel .carousel-cell .fullscreen-carousel-container img {
     height: 100%;
     object-fit: cover;
     width: 100%;
}

.fullscreen-carousel .flickity-page-dots {
     display: flex;
     align-items: center;
     justify-content: center;
}

.fullscreen-carousel .flickity-page-dots::before {
     content: "";
     display: none;
     min-width: 40px;
     min-height: 1px;
     background-color: #926D39;
     margin-right: 20px;
}

.fullscreen-carousel .flickity-page-dots::after {
     content: "";
     display: none;
     min-width: 40px;
     min-height: 1px;
     background-color: #926D39;
     margin-left: 20px;
}

.fullscreen-carousel .flickity-page-dots .dot {
     background-color: white;
     border-radius: 0;
     transform: rotate(45deg);
     width: 7px;
     height: 7px;
     margin-top: -100px;
}

.fullscreen-carousel .flickity-page-dots .dot.is-selected {
     width: 10px;
     height: 10px;
}

.fullscreen-carousel .flickity-prev-next-button svg {
     fill: #926D39;
}


/*# sourceMappingURL=style.css.map */