.post-content .body-main-post {
    margin-bottom: 20px
}


.gallery {
    margin-left: -7.5px;
    margin-right: -7.5px;
    height: auto;
    overflow: hidden;
    transition: all .35s ease;
    position: relative
}

.gallery::after,
.gallery::before {
    content: '';
    display: table;
    clear: both
}

.gallery .ellipsis-gallery {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 30px;
    background: linear-gradient(to top, #fff, transparent)
}

.gallery .foto {
    width: 25%;
    float: left;
    padding: 7.5px;
    position: relative;
    display: inline-block
}

.gallery .foto::after,
.gallery .foto::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    transition: opacity .35s, transform .35s;
    z-index: 1
}

.gallery .foto::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: scale(0, 1)
}

.gallery .foto::after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: scale(1, 0)
}

.gallery .foto:hover::after,
.gallery .foto:hover::before {
    transform: scale(1)
}

.gallery .foto .img-gallery {
    position: relative
}

.gallery .foto .img-gallery::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .3);
    opacity: 0;
    z-index: 1;
    transition: opacity .35s
}

.gallery .foto .img-gallery::after {
    content: "\f00e";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 30px;
    margin-top: -15px;
    margin-left: -15px;
    color: #fff;
    z-index: 2;
    transform: scale(0);
    transition: transform .35s
}

.gallery .foto .img-gallery img {
    width: 100%
}

.gallery .foto:hover .img-gallery::before {
    opacity: 1
}

.gallery .foto:hover .img-gallery::after {
    transform: scale(1)
}

.loading-foto {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.collapse-gallery {
    display: none
}
