@media (max-width: 768px) {
    .agrfuxd-adaptive-gallery-desktop-only { display: none; }
}
@media (min-width: 769px) {
    .agrfuxd-adaptive-gallery-mobile-only { display: none; }
}
@media (max-width: 768px) {
    .agrfuxd-carousel-slide {
        flex: 0 0 calc(100% / var(--agrfuxd-slides, 3)) !important;
    }
}
.agrfuxd-carousel-figure {
    height: auto !important;
}
.agrfuxd-carousel-wrapper {
    height: auto !important;
    min-height: auto !important;
}
.agrfuxd-carousel p {
    margin: 0 !important;
}
.agrfuxd-carousel-dots
{
    margin-top: 2px !important;
}
.agrfuxd-carousel-dot:hover, .agrfuxd-carousel-dot.active {
    transform: none !important;
}
.agrfuxd-carousel-figure {
    border-radius: 0 !important;
}
.agrfuxd-carousel {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
}
