.bl-last-posts{
    margin-bottom: 4em;
}
.bl-last-posts .posts-list .posts{
    margin: 0;
    padding: 0;
    list-style: none;
}
.bl-last-posts .posts-list .post{
    margin-bottom: 2em ;
}
.bl-last-posts .posts-list .post .entry-body .entry-header{
    margin-bottom: .4em;
}
.bl-last-posts .posts-list .post .entry-body .entry-header .entry-title{
    margin-bottom: 1em;
}
.bl-last-posts .btn-container{
    text-align: center;
    margin-top: 0;
}
.bl-last-posts .flickity-button.previous{
    position: absolute;
    left: 50%;
    top: auto;
    bottom: 0;
    right: auto;
    color: #009DD6;
    background: none !important;
}

.bl-last-posts .flickity-button-icon {
    visibility: hidden;
}

.bl-last-posts .flickity-button.previous:after{
    content:"\e906";
    font-family: "editorial-casals-icons";
    display: block;
    color: #009DD6;
    font-size: 2em;
    margin-left: -3.5em;
}
.bl-last-posts .flickity-button.next{
    position: absolute;
    left: 50%;
    top: auto;
    bottom: 0;
    right: auto;
    color: #009DD6;
    border-radius: 50%;
    text-align: center;
    
}
.bl-last-posts .flickity-button.next:after{
    content:"\e907";
    font-family: "editorial-casals-icons";
    display: block;
    color: #009DD6;
    font-size: 2em;
    margin-left: -.5em;
}
@media only screen and (max-width:779px) {
    body.home .bl-last-posts .posts-list .post{
        display: none;
    }
    body.home .bl-last-posts .posts-list .post:first-child{
        display: block;
    }
}
@media only screen and (min-width:780px) {
    .bl-last-posts{
        margin-bottom: 6vw;
    }
    .bl-last-posts .posts-list .product{
        padding-left: 3em;
        margin-right: 0 !important;
        width: 30vw;
    }
}

@media only screen and (min-width:1350px) {
    .bl-last-posts .block-header.wrap{
        max-width: 900px;
    }
    .bl-last-posts .btn-container{
        position: absolute;
        top: 3em;
        right: 6vw;
    }
    .bl-last-posts .posts-list .post{
        margin-bottom: 6vw;
    }
    .bl-last-posts .posts-list .product{
        padding-left: 3em;
        width: 18vw;
    }
    .bl-last-posts .flickity-button.next, .bl-last-posts .flickity-button.previous{
        left:95%;
        bottom: -4em;
    }
    .bl-last-posts .posts-list {
        padding-left: 0;
        padding-right: 0;
    }

}

