/* view-full */
.type-post.view-full .content__image img {
    width: 100%;
}

/* view-teaser */
.type-post.view-teaser {
    
}

@media (min-width: 768px) {
    .type-post.view-teaser .content__image {
        width: 25%;
    }
    .type-post.view-teaser .content__text {
        width: 75%;
    }
}
