.mnmd-post--grid-f .owl-item .post__thumb{
    width: 390px;
}

.mnmd-post--grid-f .owl-item.active .post__thumb{
    height: 300px;
    width: 300px;
}

.mnmd-post--grid-f .owl-item.active + .owl-item.active  .post__thumb{
    height: 550px;
    width: 400px;

}
.mnmd-post--grid-f .owl-item.active + .owl-item.active .post {

    padding: 0 70px;

}
.mnmd-post--grid-f .owl-item.active + .owl-item.active + .owl-item.active  .post__thumb{
    height: 400px;
    width: 330px;
    padding: 0;
}
.mnmd-post--grid-f .owl-item.active + .owl-item.active + .owl-item.active  .post{
    padding: 0;
}




.mnmd-post--grid-f .owl-item.active.center:before{
    content: '';
    width: 300px;
    height: 300px;
    background-color: var(--color-logo);
    border-radius: 50%;
    opacity: 0.2;
    position: absolute;
    left: -200px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}
.mnmd-post--grid-f .post-only-thumb{
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}
.post-only-thumb .post__thumb{
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}