.acf-wistia-wrapper {
    padding: 4rem 1rem;
	max-width: 100% !important;
}

.acf-wistia-inner {
    max-width: 1250px;
    margin: 0 auto;
}

.acf-wistia-title {
    text-align: center;
    margin-bottom: 1.5rem;
}

.acf-wistia-container {
    aspect-ratio: 16 / 9;
    position: relative;
}

.acf-wistia-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.gallery-carousel-wrapper {
    max-width: 1250px;
    margin: 0 auto;
    padding: 4rem 2rem;
}

.gallery-carousel img {
    width: 90%;
	margin:auto;
    height: auto;
    border-radius: 8px;
}
.gallery-carousel .slick-dots li button {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #ccc; /* default color */
    opacity: 1;
    border: none;
}
/* Active dot style */
.gallery-carousel .slick-dots li.slick-active button {
    background-color: #D41c5a; /* your brand magenta, for example */
    width: 16px;
    height: 16px;
}
.slick-dots li button:before {
	color:transparent !important;
	opacity: 0;
}
.slick-dots {
    position: absolute;
	bottom: -45px !important;}
@media (max-width: 768px) {
	.acf-wistia-wrapper {
    padding: 3rem 1rem;
	max-width: 100% !important;
	}}