.foogallery-album-gallery-list .foogallery-pile{
    margin: 0 !important;
    float: none;
}
.foogallery-album-gallery-list li{
    width: 32.2034%;
    margin: 0 1.6950% 30px 0;
    display: block;
    float: left;
    transition: all 0.25s ease-out 0s;
}
.foogallery-album-gallery-list li:hover{
    box-shadow: 0 5px 20px rgba(24, 24, 25, 0.05);
}
.foogallery-album-gallery-list li:nth-child(3n){
    margin-right: 0;
}

.foogallery-album-gallery-list .foogallery-pile h3{
    position: relative;
    opacity: 1;
    padding: 16px 39px 47px;
    color: #282828 !important;
    font-size: 16px;
    border: 1px solid #e6e6e6;
    border-top: none;
}
.foogallery-album-gallery-list .foogallery-pile .foogallery-pile-inner a:hover{
    text-decoration: none;
}
.foogallery-album-gallery-list .foogallery-pile h3 span{
    display: none;
}

.foogallery-album-gallery-list .foogallery-pile .foogallery-pile-inner{
    box-shadow: none;
    border: none;
}
.foogallery-album-gallery-list .foogallery-pile:before,
.foogallery-album-gallery-list .foogallery-pile:after{
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    border: 1px solid #e6e6e6;
    box-shadow: none;
    background: #fff;
}
.foogallery-album-gallery-list .foogallery-pile::before{
    top: 5px;
    width: 94%;
    left: 50%;
    margin-left: -47%;
}
.foogallery-album-gallery-list .foogallery-pile::after{
    top: 10px;
    width: 89%;
    left: 50%;
    margin-left: -44.5%;

}
.foogallery-album-gallery-list.alignment-left{
    overflow: hidden;
}




@media screen and (max-width: 767px) {
    .foogallery-album-gallery-list li{
        width: 48.305%;
        margin-right: 3.39%;
    }
    .foogallery-album-gallery-list li:nth-child(2n){
        margin-right: 0;
    }
    .foogallery-album-gallery-list li:nth-child(3n){
        margin-right: 3.39%;
    }
}
@media screen and (max-width: 479px) {
    .foogallery-album-gallery-list li{
        width: 100%;
        margin-right: 0;
        text-align: center;
    }
    .foogallery-album-gallery-list li:nth-child(2n){
        margin-right: 0;
    }
    .foogallery-album-gallery-list li:nth-child(3n){
        margin-right: 0;
    }
}