


.wybor-4-bg {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background-position: center center;
  background-size: cover;
  top:0;
  left: 0;
}



.wybor-4-title {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0px;
  left: 0;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  background-position: center center;
  background-size: cover;
  padding: 10px;
  background-color: #f2f2f2;
  color: #626262;
  cursor: pointer;
}

.wybor-4-title p {
  width: 100%;
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}


.wybor-4-col {
  height: 60vh;
  border: 3px solid white;
  display: none;
}

.wybor-4-col:hover {

  border: 3px solid #808080;

}

@media screen and (max-width: 600px) {

  .wybor-4-col {
    max-height: 45vh;
  }

  .wybor-4-title {
    background-color: rgb(225, 225, 225);
    margin: 8px;
  }

}
