.swiper-container{
    transition: .2s padding ease-out;
}
.swiper-container.popped {
    position: fixed;
    top: 12vh;
    left: 0;
    width: 100%;
    width: 100vw;
    background: #fff;
    box-shadow: 1px 0 205px -10px #000;
    padding: 2em 0;
    z-index: 100;
}
.swiper-container.popped:before {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 24px;
    background: #FFF;
    content: 'ͯ';
    font-size: 50px;
    color: #E2E2E2;
}