body {
background-color: black;
width: 100%;
height: auto;
display: flex;
flex-direction: column;
  flex-wrap: nowrap;
position: absolute;
align-content: flex-start; 
top:0;

}
#pcp {
background-color: transparent;
top: 0vh;
position: sticky;
  height: 10vh;
   object-fit: cover;
display:flex;
justify-content: flex-start;
  width:90vw;

  
}
#logo {
 width:40vw;
right: -1vw;
max-width: 220px;
 height: auto;
      object-fit: cover;

}

 
.obr {
  
  margin-top: 8vh;
  margin-bottom:8vh;
       max-width: 90%;
       max-height: 500px;

}
 



  #obrazy {
      flex-direction: column;
      max-width:100%;
    left:15%;
     width: 60%;
     margin-top: 7vh;
     height: 100%;
     margin-bottom: 10vh;
   position: relative;}


