html,
body {
  margin: 0;
  padding: 0;
  overflow: hidden;

}
.left-col {
  background: url("https://domy.wrb-krol.pl/wp-content/uploads/2022/01/lewe.jpg")
    center center;
  width: 50%;
  transition: 2s all cubic-bezier(0.87, 0.76, 0.33, 0.98);
  filter: grayscale(1);
}
.wrapper {
  display: flex;
  height: 100vh;
}

.wrapper .right-col {
  background: url("https://domy.wrb-krol.pl/wp-content/uploads/2022/01/prawe.png")
    center center;
  width: 50%;
  transition: 2s all cubic-bezier(0.87, 0.76, 0.33, 0.98);
  filter: grayscale(1);
}

.middle {
  background-color: #151515;
  width: 3%;
  height: 100vh;
  z-index: 1;
  transition: 2s all cubic-bezier(0.87, 0.76, 0.33, 0.98);
  display: flex;
  justify-content: center;
    align-items: center;
}
.left-col:hover {
  width: 80%;
  transition: 2s all cubic-bezier(0.87, 0.76, 0.33, 0.98);
  filter: grayscale(0);
}
.right-col:hover {
  width: 80%;
  transition: 2s all cubic-bezier(0.87, 0.76, 0.33, 0.98);
  filter: grayscale(0);
}

.entered {
  width: 50% !important;
  transition: 2s all cubic-bezier(0.87, 0.76, 0.33, 0.98);
}
.entered-mid {
    transition: 2s all cubic-bezier(0.87, 0.76, 0.33, 0.98);
}
.entered-left {
  width: 50% !important;
  transition: 2s all cubic-bezier(0.87, 0.76, 0.33, 0.98);
}


.budownictwo {
    width: 400px;
    height: 200px;
    border-radius: 15px;
    background-color: #004a31c0;
    position: absolute;
    top: 10%;
    left: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.budownictwo p {
    font-size: 40px;
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-family: sans-serif;
}
a {
    text-decoration: none;
}
.uslugi {
    width: 400px;
    height: 200px;
    border-radius: 15px;
    background-color: #ccaa4296;
    bottom: 10%;
    right: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    
}
.uslugi p {
    font-size: 40px;
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-family: sans-serif;
}
#phone {
    display: none;;
}
@media screen and (max-width: 1000px) {
    .uslugi, .budownictwo {
        width: 300px;
        height: 150px;
    }
    .uslugi p, .budownictwo P {
        font-size: 30px;
    }
    .uslugi {
        right: 5%;
    }
    .budownictwo {
        left: 5%;
    }
}
@media screen and (max-width: 767px) {
  .uslugi,.budownictwo {
    width: 200px;
    height: 100px;
  }
  .uslugi p, .budownictwo P {
    font-size: 20px;
}
    .left-col {
        filter: grayscale(0);
        overflow: visible;
        width: 100%;
        height: 49%;
        background-size: 170%;
    }
    .wrapper .right-col {
        filter: grayscale(0);
        width: 100%;
        height: 49%;
    }
    .uslugi {
        z-index: 10;
        background-color: #ccaa42;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        bottom: 10%;
    }
    .budownictwo {
        z-index: 10;
        background-color: #004a31;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        top: 4%;
    }
    #phone {
        display: block;
        cursor: pointer;
    }
    .wrapper {
      flex-direction: column;
    }
    .middle {
      height: 2%;
      width: 100%;
    }
    .entered, .entered-left, .entered-mid {
      width: 100% !important;
    }
    .right-col:hover, .left-col:hover {
      width: 100%;
    } 

    .left-col {
      background-position: 30% 60%;
    }
    .wrapper .right-col {
      background-position: 50% 35%;
      background-size: cover;
      background-repeat: no-repeat;
    }
}