*{
    margin: 0;
    padding: 0;
}

body{
    background: #fff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: #111111;
}

.swiper-container{
    width: 100%;
    padding-top: 50px;
    padding-bottom: 200px;
}

.swiper-slide{
    background-position: center;
    background-size: cover;
    width: 300px;
    height: 300px;
    background: #000000;
    max-width: 300px;
    -webkit-box-reflect: below 1px linear-gradient(transparent,transparent,#000600);
}
.image {
    width: 300px;
    height: 300px;
    background: #000000;
    max-width: 300px;
}