
@media only screen and (orientation : portrait) {
   /*@media only screen and (max-width : 1024px) {*/
      article {background-image: url('../images/wiosna2026pion3.webp'); }
      #vspace {height: 16vw; width: 100%; }
   /*}
   @media only screen and (min-width : 1025px) {
      article {background-image: url('../images/wiosna2026pion3.webp'); }
      
   }*/

}
@media only screen and (orientation : landscape) {
   @media only screen and (max-width : 1024px) {
      article {background-image: url('../images/wiosna2026poziom3.webp'); }
      #vspace {height: 16vw; width: 100%; }
   }
   @media only screen and (min-width : 1025px) {
      article {background-image: url('../images/wiosna2026poziom3.webp'); }
      /*@media only screen and (max-width : 1525px) {*/
         #vspace {height: 12vw; width: 100%; }
      /*}
      @media only screen and (min-width : 1526px) {
         #vspace {height: 0; width: 100%; }
      }*/
      
   }
}

article {/*background-size: cover;*/ background-size: contain; background-position: right; background-repeat: no-repeat; background-position: top;/*background-attachment: fixed;*/}