.fluid-section-one .outer-container {
    overflow: hidden;
}

.fluid-section-one .content-column::before,
.fluid-section-one .content-column::after {
    content: none !important;
    display: none !important;
}

@media (max-width: 991.98px) {

    .fluid-section-one .content-column::before,
    .fluid-section-one .content-column::after {
        content: none !important;
        display: none !important;
    }
}

@media (min-width: 992px) {

    .fluid-section-one .content-column {
        position: relative;
    }

    .fluid-section-one .content-column::before {
        position: absolute;
        content: "";
        right: -60px;
        left: auto;
        top: 0;
        width: 120px;
        height: 100%;
        pointer-events: none;
        background-repeat: no-repeat;
        background-size: contain;
        opacity: .15;
    }
}

.fluid-section-one .content-column,
.fluid-section-one .image-column {
    min-width: 0;
}

.fluid-section-one .content-column,
.fluid-section-one .content-column * {
    transition: none !important;
    animation: none !important;
    transform: none !important;
}