.mpg-masonry-grid {
    width: 100%;
    box-sizing: border-box;
    overflow-x: hidden;
}

.mpg-post {
    break-inside: avoid;
    overflow: hidden;
}

.mpg-post img {
    width: 100%;
    display: block;
}

.mpg-back-tile {
    width: 100%;
    height: 200px;
    background-color: #1A1A18;
    color: #fff;
    padding: 1rem;
    box-sizing: border-box;
    margin-bottom: 20px;

    display: flex;
    flex-direction: row;
    align-items: flex-end; 
    justify-content: space-between;
}

@media (orientation: portrait) {
    .mpg-back-tile {
        height: 100px;
    }
}


.mpg-back-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-decoration: none;
    color: inherit;
    position: relative;
}

.mpg-back-arrow {
    width: 27px;
    height: 17px;
    transform: rotate(180deg);
}

.mpg-back-text {
	font: "Aktiv Grotesk";
    font-size: 24px;
    font-weight: 500;
    line-height: 18px;
    color: var(--White, #FFF);
    align-self: flex-end;
}
