.organism-footer { background: var( --color-shark ) url('../../../assets/images/logos/spiral.svg') center center no-repeat; background-size: cover; color: var( --color-white ); padding: 40px 0;
    position: relative; z-index: 100; }
.organism-footer.fixed-footer { background: transparent; position: fixed; bottom: 0; left: 0; width: 100%; z-index: 999; }

@media only screen and ( min-width: 48em ) { 
    .organism-footer { padding: 30px 0; }
}

@media only screen and ( min-width: 62em ) { 
    .organism-footer { padding: 40px 0; }
}

@media only screen and ( min-width: 75em ) { 
    .organism-footer { background-size: contain; }
}