#landing-page{

    width: 100vw;
    height: calc(100vh -  var(--header-h));
    z-index: 2000;

    position: fixed;
    top: var(--header-h);
    left: 0px;

    overflow: hidden;
        background-color: white;
    cursor: url('/assets/cursor/LeK_manicules9.png') 0 16, pointer;
}


.img-container {
    overflow: hidden;
}

.img-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}