#slider-wrapper{
  position: relative;
  width:100%;
  height:1080px;
  overflow: hidden;
}
.img-bir, .img-iki, .img-uc, .img-dort,.img-bes{
  position: absolute;
  width:1920px;
  height:1080px;
}
.img-bir, .img-iki, .img-uc, .img-dort,.img-bes{
  position: absolute;
  width:1920px;
  height:1080px;
}
.img-bir{left: 0px;}
.img-iki{left: 1920px;}
.img-uc{left: 3840px;}
#slider-wrapper > .slider{
  position: absolute;
  left:0px;
  width: 3840px;
  height: 1080px;
  -webkit-animation-duration: 15s;
  -webkit-animation-name: sliders;
  -webkit-animation-iteration-count:infinite;
  -moz-animation-duration: 15s;
  -moz-animation-name: sliders;
  -moz-animation-iteration-count:infinite;
  -ms-animation-duration: 15s;
  -ms-animation-name: sliders;
  -ms-animation-iteration-count:infinite;
  animation-duration: 15s;
  animation-iteration-count:infinite;

}
.slider-wrapper  span{
    position: absolute;
    /* background: #333; */
    color: white;
    left: 45%;
    top: 45%;
    /* padding: 8px 22px; */
    display: table;
    font-size: 60px;
}
#slider-wrapper a{
   font-size:18px;
   font-family:Arial;
}
@-webkit-keyframes sliders{
  0% {left:0px;}
  10% {left:0px;}
  20% {left:0px;}
  30% {left:-1920px;}
  40% {left:-1920px;}
  50% {left:-1920px;}
  60% {left:-1920px;}
  70% {left:-3840px;}
  80% {left:-3840px;}
  90% {left:-3840px;}
}
@-moz-keyframes sliders{
  0% {left:0px;}
  10% {left:0px;}
  20% {left:0px;}
  30% {left:-1920px;}
  40% {left:-1920px;}
  50% {left:-1920px;}
  60% {left:-1920px;}
  70% {left:-3840px;}
  80% {left:-3840px;}
  90% {left:-3840px;}
}
@-ms-keyframes sliders {
  0% {left:0px;}
  10% {left:0px;}
  20% {left:0px;}
  30% {left:-1920px;}
  40% {left:-1920px;}
  50% {left:-1920px;}
  60% {left:-1920px;}
  70% {left:-3840px;}
  80% {left:-3840px;}
  90% {left:-3840px;}
}
@keyframes sliders{
  0% {left:0px;}
  10% {left:0px;}
  20% {left:0px;}
  30% {left:-1920px;}
  40% {left:-1920px;}
  50% {left:-1920px;}
  60% {left:-1920px;}
  70% {left:-3840px;}
  80% {left:-3840px;}
  90% {left:-3840px;}
}