    @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700);

    html, body {
        position: relative;
        height: 100%;
    }
    body {
        background: #eee;
        font-family: Open Sans, Helvetica, Arial, sans-serif;
        font-size: 14px;
        color:#777;
        margin: 0;
        padding: 0;
    }
    #wrapper {
        max-width: 125vh;
        height: 80vw;
        max-height: 90vh;
        margin: 0 auto;
    }
    .swiper-container {
        width: 100%;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
    }
    .swiper-slide {
        background-size: cover;
        background-position: center;
    }
    .gallery-top {
        height: 85%;
        width: 100%;
    }
    .gallery-top .swiper-slide {
        position: relative;
    }
    .gallery-top .swiper-slide .label {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 30px;
        line-height: 30px;
        padding: 0 20px;
        background: rgba(0,0,0,0.7);
        color: #fff;
    }
    .gallery-thumbs {
        height: 15%;
        box-sizing: border-box;
        padding: 10px 0;
    }
    .gallery-thumbs .swiper-slide {
        width: 15%;
        height: 100%;
        opacity: 0.4;
    }
    .gallery-thumbs .swiper-slide-active {
        opacity: 1;
    }
    