#box_6{
background:white;
  padding-bottom:30px;
}
#box_6 h3{
text-align:center;
  margin-top:30px;
}
#box_6 h4{
text-align:center;
color:white;
  position:relative;
  z-index:999;
  margin-bottom:15px;
  text-transform:uppercase;
  font-weight:600;
}
#box_6 > div:nth-child(1){
max-width:100% !important;
}
#box_6 div.wrap{
display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;;
  width:1140px;
}
#box_6 div.box{
flex-basis:49%;
  margin:10px 0;
  height:250px;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  background-position:center;
  flex-direction:column;
  padding:20px;
}
#box_6 div.box::after{
content:'';
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.6);
  transition:.3s;
}
#box_6 p,#box_6 h4{
transition:.3s;
  color:white;
    z-index:999;
  text-align:center;
}
#box_6 p{
padding:0 60px;
}
#box_6 div.box:hover::after{
height:0%;
}
#box_6 div.box:hover p,#box_6 div.box:hover h4{
opacity:0;
}
#box_6 div.box:nth-child(1){
background-image:url('/rezerwacje/upload/b1.jpg');
  background-size:cover;
}
#box_6 div.box:nth-child(2){
background-image:url('/rezerwacje/upload/b2.jpg');
    background-size:cover;
}
#box_6 div.box:nth-child(3){
background-image:url('/rezerwacje/upload/b3.png');
    background-size:cover;
}
#box_6 div.box:nth-child(4){
background-image:url('/rezerwacje/upload/b4.png');
    background-size:cover;
}
#box_6 > div:nth-child(1) > div:nth-child(1) > table:nth-child(1) > tbody:nth-child(2) > tr:nth-child(1){
display:flex;
justify-content:center;
}
@media(max-width:999px){
  #box_6 div.wrap{
  flex-direction:column;
    width:100%;
    align-items:normal;
    justify-content:center;
  }
  #box_6 div.wrap div.box{
  flex-basis:unset;
  }
  #box_6 p{
  font-size:14px;
  }
}
#box_6 
{
	display: none;
	background-image: url(https://wyp-maxrent1.itstart.eu/rezerwacje/homepage_boxes/6.jpg); !important
  background-repeat: no-repeat !important;
  height: 645px !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  
}