.center-content {
    width: 100vw;
    margin-left: calc(50% - 50vw);

    overflow-x: auto;
    overflow-y: visible;

    display: flex;
    justify-content: center;
}

#flower-plot-zoom-wrapper {
    display: inline-block;
}

#flower-plot-container {
    display: inline-block;
}

#flower-plot-container svg {
    display: block;
}

#flower-plot-container svg #patch_1 path {
    fill: transparent !important;
}
