section.block-figure,
section.block-figure:first-child,
section.block-figure:last-child{
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
}
.block-figure-left::before{
    pointer-events: none;
}
/* Responsive */
@media only screen and (max-width: 980px) {
    .block-figure::before {
        overflow-x: hidden;
        width: 100%;
    }
    .block-figure-left::before {
        top: 20vh;
    }
}