.mpu {
    height: 100%;
}

.mpu__content {
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.mpu__content--html * {
    max-width: 100%;
}

.mpu__link {
    display: block;
}

@media (min-width: 768px) {
    .mpu__link {
        width: 100%;
        height: 100%;
    }

    .mpu__image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.mpu__subtitle {
    margin-top: 4px;
    font-size: 1.4em;
    text-align: right;
    color: #fff;
}

.c-newsList .mpu__subtitle {
    color: inherit;
}
