/**
 * No-Pin Thumbnail Styles für garden.eco Theme
 * Verhindert dass Pinterest diese Bilder als pinnbar erkennt
 */

.no-pin-thumb {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
}

/* YARPP Related Posts Thumbnails */
.related_posts .no-pin-thumb.garden-related-thumb {
    width: 150px;
    height: 150px;
}

/* YARPP Widget Thumbnails */
.sidebar-posts .no-pin-thumb.garden-widget-thumb {
    width: 100%;
    height: 100%;
}

/* Loop Posts Thumbnails - muss die gleichen Styles wie .c-article-card__img a.thumb img haben */
.c-article-card__img .no-pin-thumb.garden-loop-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
