
.swiper-slide img {
  /*  -ms-transform: translate(-50%, -50%);*/
  /*  -webkit-transform: translate(-50%, -50%);*/
  /*  -moz-transform: translate(-50%, -50%);*/
  /*  transform: translate(-50%, -50%);*/
  /*  position: absolute;*/
  /*  left: 50%;*/
  /*  top: 50%;*/
    height: 100%;
    filter: brightness(70%);
    width: 100%;
}
.swiper-slide h1:hover{
    cursor: default;
}
@media screen and (max-width:1024px){
    .swiper-slide .title {
       position: absolute;
       top: 100px;
       left: 20px;
       color: white;
       font-size:16px;
        font-weight: bold;
        line-height: 30px;
     }
    .swiper-slider{
        height: 200px;
    }
}
@media screen and (min-width:786px){
    .swiper-slide .title {
    position: absolute;
    top: 200px;
    left: 100px;
    color: white;
    font-size:35px;
    font-weight: bold;
    line-height: 70px;
  }
  .swiper-slider{
        height: 580px;
  }
}