[id^="texts-index-block"] {
    padding-bottom: 70px;
} 

[id^="texts-index-block"] article {
    margin-bottom: 45px;
    position: relative;
} 

[id^="texts-index-block"] article .post-title {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 5px;
} 

[id^="texts-index-block"] article .afg-metdata {
    margin-bottom: 0;
} 

[id^="texts-index-block"] article .afg-title-notes {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: .04em;
    margin-bottom: 0;
} 



/**
* Featured image follow mouse
*/

/**
* Featured image follow mouse > Section Wrapper
*/
[id^="texts-index-block"].afg-mouse-follow-wrapper {
    overflow: hidden;
    position: relative;
    padding-bottom: 270px;
}

/**
* Featured image follow mouse > hide original featured images
*/
[id^="texts-index-block"] article .afg-mouse-follow {
    display: none;
} 

/**
* Featured image follow mouse > cloned featured images
*/
[id^="texts-index-block"].afg-mouse-follow-wrapper > .afg-mouse-follow {
    position: absolute;
    top:0;
    left:0;
    display: block;
    z-index: 2;
    width:350px;
    height: auto;
    pointer-events: none;
    transition: opacity .3s ease-in-out;
    opacity: 0;
}

/**
* Featured image follow mouse > Images and figcaption
*/
.afg-mouse-follow img {
    height: auto;
    width:100%;
}

.afg-mouse-follow figcaption {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: .02em;
    margin-bottom: 0;
    background-color: var(--color-2);
    padding:5px 8px;
}