.xlp.container {
    overflow: hidden;
    background-image: url("../img/bg.png");
    background-position: center;
    background-size: cover;
  }


  @media screen and (max-width:768px){

    header h2{
      font-size: 20px!important;
    }
    header h1{
      font-size: 22px!important;
    }
  }



  header .text-center{
    color:#fff;
  }

  section.icons{
    color:#fff;
  }

  .icon-item {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  section.loga{
    background-color: #fff;
    padding:50px 0;
  }
  section.gwarancja{
    color:#fff;
  }
  section.video{
    color:#fff;
  }
  section.polecane{
    color:#fff;
  }
  section.test{
    background-color: #fff;
  }
  section.slider{
    color:#fff;
    display:block;
  }
  .odstep{
    display: block;
  }
  @media screen and (max-width:550px){
    section.slider{
      display: none;
    }
    .odstep{
      display:none
    }
  }
  .dark{
    background-color: rgba(0, 0, 0, 0.2);
  }
  .dark-bg{
    background-color: #171819;
  }
  section.tabela{
    color:#fff;
  }
  .copy{
    text-align: left;
  }
  .copy2{
    text-align: left;
  }
  @media screen and (max-width:768px){
    .copy{
      text-align:center;
    }
  }
  @media screen and (max-width:992px){
    .copy2{
      text-align:center;
    }
  }
  .slide1{
    position: relative;

  }
  .slide1::after{
    content: "sprawdź";
    font-size: 24px;
    right:0;
    left:0;
    top:50%;
    margin:auto;
    position: absolute;
    z-index: 100000;

  }
  .drop{
    transition: all 0.4s ease-in;
  }
  .drop:hover{
  
    transform: scale(1.05);
    border-radius:30px;
    box-shadow: 0px 10px 25px 0px rgba(175,217,250,0.7);
  }



  .tab{
    background-image: url('../img/tab.jpg');
    background-position: center;
    background-size: cover;
    height: 100%;
    width:auto;
  }

  .tab-photo{
    height: 100%;
    width: auto;
  }

  .player-holder{
                position: relative; 
                width: 100%; 
                padding-top: 56.25%;
                background: black;
              }
              .player-holder iframe{
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                height: 101%; 
                width: 101%;
                object-fit: cover;
  }

  .player-holder video{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 101%; 
    width: 101%;
    object-fit: cover;
}


.slider-wrapper{
    display: block;
}

.slider-wrapper h2{
    color:#fff;
}
.images-wrapper{
    display: none;
}



@media screen and (max-width:600px){
    .slider-wrapper{
        display: none!important;
        visibility: hidden!important;
    }

    .images-wrapper{
        display: block;
    }
}





.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-height:100%;
  margin:0 auto;
  left:0;
  right:0;
  min-height: 385px;
}
video {
  min-width: 100%;
  max-height:auto;
  z-index: 1;
  margin:0 auto;
  left:0;
  right:0;
}
.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  background-size:cover;
  z-index: 2;
}

.headerContent{
  width: 100%;
  height: 50%;
}

@media screen and (max-width:600px){
  .bg-video-wrap {
    max-height:450px;
  }
}




