 body {
                background: #eee;
                font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
                font-size: 14px;
                color: #000;
                background: ;
                margin: 0;
                padding: 0;
              }
              
              .swiper-container {
                height: calc(100vh - 2px);
                margin: 10px;
              }
              
              .swiper-slide {
                overflow: hidden;
              }
              
              .slide-inner {
                position: absolute;
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                background-size: cover;
                background-position: center;
              }
              img{
                display:block;
                width:100%;
                height:auto;
              }
              .copy {
                position: absolute;
                bottom: 5px;
                left: 0;
                right: 0;
                color: white;
                text-align: center;
                letter-spacing: 0.06em;
              }
              a {
                color: white;
              }