.fx-chromatic {
    position: relative;
    display: inline-block;
    color: var(--colour-dark-1);
    filter: none;

}

/* Fix the first container */
.fixed-container {
    position: sticky;
    top: 0;
    width: 100%;
    padding: 16px 0; /* Add some padding to the container */
}

.image-section {
    position: relative;
    overflow: hidden;
    background-color: var(--background-colour);
    padding: 50px;
}

.image-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.image-inner-wrapper {
    position: relative;
    overflow: hidden;
    width: fit-content;
    margin: 0 auto;
}

.image {
    display: block;
    max-width: 100%;
    transform: scale(1);
    
}