
	  .swiper {
        width: 100% !important;
        height: 100%;
		margin: 0 auto;
		padding:0;
		z-index:1;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        color: #fff;
        /* 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;
      }
	  
	  
      .slide {width:100%; height:100%;}
	  .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover !important;
      }
	  .logo {position:absolute; width:400px; height:40px; top:50%; left:50%; margin-left:-200px; margin-top:-20px; padding:0; z-index:400;}
      .logo img {height:40px; width:auto; max-width:auto; }
	  
	  
     @media (max-width:55em) {
		
		
		.logo {position:absolute; width:300px; height:30px; top:50%; left:50%; margin-left:-150px; margin-top:-15px; padding:0; z-index:400;}
        .logo img {height:30px; width:auto; max-width:auto; }
	 }