#background-container {
    height: inherit;
    background: url(../../img/pruhonice.jpg);
    background-size: cover;
    animation: move;
    animation-duration: 10s;
    animation-delay: 0.1s;
    animation-fill-mode: forwards;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

#see-gallery-container {
    height: inherit;
    padding: 0;
    height: inherit;
    /*    background-color: var(--main-bg);*/
    background: url(../../img/pruhonice2.jpg);
    background-size: cover;
    text-align: center;
    position: relative;
    z-index: 2;
    transition: 1s;
    position: relative;
}

#see-gallery-header-container:hover>#see-gallery-header {
    background: url(../../img/pruhonice2.jpg);
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: mainFont;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    transform: scale(1.4);
}