
.swiper-container {
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  background: #111;
}

  .swiper-slide{
    -webkit-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 100%;

    position: relative;
  }
  .swiper-slide.swiper-slide-active{
/*      -webkit-animation: scale-in-animation 13s linear; 
      -moz-animation:    scale-in-animation 13s linear; 
      -o-animation:      scale-in-animation 13s linear; 
      animation:         scale-in-animation 13s linear; */
  }
  .swiper-slide1{
    background-image: url(../img/gornictwo.jpg);
  }

  .swiper-slide2{
    background-image: url(../img/rolnictwo.jpg);
  }


  .swiper-slide3{
    background-image: url(../img/budownictwo.jpg);
  }

  .swiper-slide4{
    background-image: url(../img/energetyka.jpg);
  }
.prev,
.next {
  position: absolute;
  top: 50%;
  width: 150px;
  height: 100px;
  margin-top: -75px;
  z-index: 1000;
  cursor: pointer;
}
.prev {
  left: 10px;
  right: auto;
}

.next {
  right: 10px;
  left: auto;
}

.swiper-slide .title {
  /*font-style: italic;*/
  font-family: "CA Cula", Verdana, Geneva;
  font-weight: 300;
  font-size: 70px;
  line-height: 75px;
  margin-top: 25%;
  margin-bottom: 0;
  position: absolute;
  bottom: 10%;
  right: 7%;
  left: 7%;
  z-index: 5;
  

  /*text-align: right;*/
}
.video-slide{
  overflow: hidden;
}

.swiper-slide .title h1{
  font-family: "Roboto Condensed", arial, helvetica, sans-serif;
  font-weight: 700;
  font-size: 150px;
  line-height: 1;
  margin-top: 25%;
  letter-spacing: -5px;
  margin-bottom: 10px;
  text-transform: uppercase;
}


.swiper-slide .title p{
  font-size: 24px;
  line-height: 1.2em;
  text-align: center;
  margin-top: .2em;
  padding: 0 10%;
  font-family: Roboto, arial, helvetica, sans-serif;
  font-weight: 500;
  /*font-style: italic;*/
  
}



.pagination {
  position: absolute;
  z-index: 20;
  left: 0;
  right: 0;
  bottom: 10px;
  text-align: center;
}
  .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #222;
    background: #fff;
    margin: 0 5px;
    opacity: 0.8;
    border: 0px solid #fff;
    cursor: pointer;
  }
  .swiper-visible-switch {
    background: #fff;
  }
  .swiper-active-switch {
    background: #fff;
    background: #ff7700;
  }


@media only screen and (max-width: 1100px) {
  .swiper-slide .title h1{
    font-size: 100px;
  }
  .swiper-slide .title p{
    font-size: 17px;
  }


}
@media only screen and (max-width: 800px) {
  .next, .prev {
    display: none !important;
  }
 
  .swiper-slide .title h1{
    font-size: 50px;
    line-height: 1.1em;
    padding: 0 5%;
    text-align:left;
    letter-spacing: 0px;
  }
   .swiper-slide .title p{
    font-size: .25em;
    line-height: 1.3em;
    padding: 0 5%;
     text-align:left;
  }

  
}



@media only screen and (max-width: 480px) {

  .swiper-slide .title {
    margin: 80px 10px 0px;

    font-size: 50px;
    line-height: 60px;
  }


  .swiper-slide .title h1{
    font-size: .6em;
    line-height: 1.1em;
    padding: 0 5%;
  }
  .swiper-slide .title p{
    font-size: .25em;
    line-height: 1.3em;
    padding: 0 5%;
  }

  .blue-slide{
    background-position: top center;
  }
  .orange-slide{
    background-position: top right;
  }
  
}
@media only screen and (max-width:800px) and (orientation:landscape) {

}


@-webkit-keyframes scale-in-animation {
  0%   { 
    -webkit-transform: scale(1); 
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes scale-in-animation {
  0%   { 
    -webkit-transform: scale(1); 
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
  

