#resolutions {
    display: block;
    position: relative;
}

#resolutionsJumpHighProtein {
    position: absolute;
    top: 50%;
    left: 0;
    height: 0;
    width: 100%;
    pointer-events: none;
}

#resolutionsJumpPlantBased {
    position: absolute;
    top: 76%;
    left: 0;
    height: 0;
    width: 100%;
    pointer-events: none;
}

#resolutionsPicture {
    aspect-ratio: 3168/8280;
}

@media (max-width: 800px) {
    #resolutionsJumpHighProtein {
        top: 37%;
    }

    #resolutionsJumpPlantBased {
        top: 68.6%;
    }

    #resolutionsPicture {
        aspect-ratio: 1600/15220;
    }
}