.wyszukiwarka {
  width: 100%;
  margin:0 auto;
  position: relative;
  /*aspect-ratio: 1/0.4;*/
  background-image: url('../img/wyszukiwarka/wyszukiwarka-bg.png');
  background-size: cover;
}
.wyszcontent{
	width: 100%;	
}

.pierwszy {
  width: 40%;
  display: block;
  opacity:0;
  height:50%;
  float: left;
  margin: 0;
  -webkit-transition: All 0.5s ease; 
  -moz-transition: All 0.5s ease; 
  -o-transition: All 0.5s ease; 
  -ms-transition: All 0.5s ease; 
  transition: All 0.5s ease;
}
.pierwszy img{
  content:url(../img/wyszukiwarka/pierwszy-img-2025.png);
  left:0px;
  width:100%;
}
.pierwszy img.sprzedany{
  content:url(../img/wyszukiwarka/pierwszy-img-sprzedany.png);
  left:0px;
  width:100%;
}
.pierwszy:hover {
  opacity:1;
}


.drugi {
  width: 60%;
  display: block;
  opacity:0;
  height:50%;
  float: left;
  margin: 0;
  -webkit-transition: All 0.5s ease; 
  -moz-transition: All 0.5s ease; 
  -o-transition: All 0.5s ease; 
  -ms-transition: All 0.5s ease; 
  transition: All 0.5s ease;
}

.drugi img{
  content:url(../img/wyszukiwarka/drugi-img.png);
  left:0px;
  top:0px;
  width:100%;
}
.drugi img.sprzedany{
  content:url(../img/wyszukiwarka/drugi-img-sprzedany.png);
  left:0px;
  top:0px;
  width:100%;
}


.drugi:hover {
  opacity:1;
}

.trzeci {
  width: 40%;
  display: block;
  opacity:0;
  height:50%;
  float: left;
  margin: 0;
  -webkit-transition: All 0.5s ease; 
  -moz-transition: All 0.5s ease; 
  -o-transition: All 0.5s ease; 
  -ms-transition: All 0.5s ease; 
  transition: All 0.5s ease;
}
.trzeci img{
  content:url(../img/wyszukiwarka/trzeci-img2.png);
  right:0px;
  top:0px;
  width:100%;
}

.trzeci img.sprzedany{
  content:url(../img/wyszukiwarka/trzeci-img-sprzedany.png);
  right:0px;
  top:0px;
  width:100%;
}


.trzeci:hover {
  opacity:1;
}

.czwarty {
  width: 60%;
  display: block;
  opacity:0;
  height:50%;
  float: left;
  margin: 0;
  -webkit-transition: All 0.5s ease; 
  -moz-transition: All 0.5s ease; 
  -o-transition: All 0.5s ease; 
  -ms-transition: All 0.5s ease; 
  transition: All 0.5s ease;
}

.czwarty img{
  content:url(../img/wyszukiwarka/czwarty-img-2025.png);
  right:0px;
  margin-top:-4.5%;
  width:100%;
}
.czwarty img.sprzedany{
  content:url(../img/wyszukiwarka/czwarty-img-sprzedany.png);
  right:0px;
  margin-top:-4.5%;
  width:100%;
}

.czwarty:hover {
  opacity:1;
}
