/* @media screen and (min-width: 796px) { */
div.animContainer{
    /* background-image: url(../img/heroFoto.jpg); */
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    
    overflow:hidden;
    margin:0 auto;
    text-align:center;
    width:100vw;
    height:100vh;
    border:0px solid White;    
    padding-top: 100px;
    z-index:1;
}

div.logo{
 position: absolute;  
 top:5vh;
 left:5vw;
}

.boczneElementyAnim{
  position: absolute;
  bottom:10vh;
  left:50px;
  color: white;
}


/* } */

/* @media screen and (max-width: 795px) {
  div.animContainer{
    background-image: url(../img/heroFoto.jpg);
    background-position: center;
    background-size: cover;
    background-blend-mode: darken;
    background-attachment: fixed;
       
    overflow:hidden;
    text-align: left;
    width:100vw;
    min-width:350px;
    height: 100%;    
    
    border:0px solid Black;
    padding-top: 100px;
    padding-bottom:20px;
  }

 
} */