[data-property-carousel],
#heroCarousel {
    touch-action: pan-y;
}

[data-property-carousel] img,
#heroCarousel img {
    -webkit-user-drag: none;
    user-select: none;
}
