

html, body {
  position: relative;
  height: 100%;
}
body {
  background: #1d1d1d;
  /*font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color:#000;*/
  margin: 0;
  padding: 0;
    
  overflow:hidden;
}




.testtest {
    /*
    display: flex;
    
    width:50%;
    height:50%;
    justify-content: center;
    */   
    
}

.swiper-container {
width:auto;
height:100%;
justify-content: center;
transition: all 0.5s ease;
margin-top: 0px;
    overflow: hidden;
}



.swiper-wrapper {
    height:120%;
}


.swiper-container img {
width:auto;
height:100%;
}



.swiper-slide {
  /*padding: 0;*/
    
  text-align: center;
  font-size: 18px;
  background: rgba(255, 0, 0, 0);
  width:auto;
  height: auto;


  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  
    
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  
  transition : 0.5s ease-all;
}




@media screen and (max-width: 1200px) {
    
  .swiper-container {
       transition: all 0.5s ease;
       margin-top: 18.75rem;
    }
}

@media screen and (min-width: 1500px) {
    
  .swiper-container {
       transition: all 0.5s ease;
       height:120%;
      margin-top: -2%;
    }
}
