    swiper-container {
      width: 100%;
      height: 100%;
    }

    swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
    
    
    
    a{
	display:block;
	height:100%;
}
.swiper-container {
width: 600px;
height: 300px;
background-color: grey;
}
.swiper-slide{	
}
#s-1{background-color: blue;}
#s-2{background-color: yellow;}
#s-3{background-color: green;}