*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.container{
    width: 100%;
    height: 100vh;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
   
}

.swiper{
    width: 80%;
    height: fit-content;
    
}


.swiper-slide img
{

   width: 100%;

}