html, body {
    position: relative;
    height: 100%;
}
/*body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color:#000;
    margin: 0;
    padding: 0;
    background-image: url("../images/background/bg_v2.jpg");
    overflow-x: hidden;
    overflow-y: hidden;
    background-repeat : no-repeat;
    background-size : cover;
}*/
.swiper-container {
    /*width: 100%;*/
    width: 1722px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: table;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 16%;
    left: 0;
    width: 100%;
}
.wrapper{
    display:table-cell;
    /*width:33.33%; */
    width: 30%;
    position:relative;
    /*top: 11em;*/
    left: 4em;
}
.list{position: absolute;}
.list:nth-child(1) {
    left: -6%;
}
.list:nth-child(2n) {
    left: 4%;
    top: 340px;
}
.list:nth-child(3n) {
    left: 47%;
    top: 195px;
}
.list img{
    width: 200px;
    height: 250px;
}
.list:hover {
    filter: none;
    transform: scale(1, 1) rotate(0deg) !important;
    transition: all 0.35s;
}
.polaroid {
    background: #fff;
    padding: 1rem;
    box-shadow: 0 0.25rem 1rem rgba(0,0,0,0.2);
}
.caption {
    /*font-size: 1.125rem;*/
    text-align: center;
    font-size:1.5em;
    font-weight: 500;
    /*line-height: 2em;*/
}
.list:hover .polaroid:before {
    content: '';
    position: absolute;
    z-index: -1;
    transform: rotate(0deg);
    height: 90%;
    width: 90%;
    bottom: 0%;
    right: 5%;
    box-shadow: 10px 10px 65px 17px rgb(204, 174, 182);
    transition: all 0.35s;
}
