
.gallery-section-list ul {
    margin: 0 -16px 0 0;
    padding: 0px;
    list-style: none;
}

.gallery-section-list li {
    margin: 0px;
    padding: 0px;
    float: left;
    width: 33.33333333333333333333%;
    /*position: relative;*/
    padding-right: 30px;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.gallery-section-list li a {
    position: relative;
    display: block;
}

.gallery-section-list li a .image {
    border: 5px solid #ffffff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 3;
    background: url(images/foto.png) center center no-repeat #efefef;
    overflow: hidden;
}

.gallery-section-list li a .image.n2,
.gallery-section-list li a .image.n3 {
    position: absolute;
    box-sizing: border-box;
}

.gallery-section-list li a .image.n2 {
    top: 7px;
    left: 7px;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: #a8b3a6;
}

.gallery-section-list li a .image.n3 {
    top: 14px;
    left: 14px;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #eed2d2;
}

.gallery-section-list li a img {
    width: 100%;
    border: 1px solid #ffffff;
}

.gallery-section-list .clear {
    clear: both;
}

.gallery-section-list .back_url {
    text-align: center;
    margin: 15px 0 0;
}

.gallery-section-list li a .image .title {
    display: block;
    left: 0;
    position: absolute;
    text-align: center;
    top: 45%;
    vertical-align: middle;
    width: 100%;
    text-shadow: 0 0 2px black;
    font-size: 22px;
    color: #ffffff;
    margin: 0;
    padding: 0;
    height: auto;
    background: none;
}

.gallery-section-list li a .image .title .name {
    background: rgba();
    display: inline;
    margin: 0 auto;
    padding: 5px;
}