
.mm-post-content{
    background: black;
    color: white;
}

.mm-post-content h1{
    padding-top: 10px;
}

.mm-post-frontmedia{
    display:flex;
    flex-wrap: wrap;
    border: 1px solid #800080;
}

.mm-portrait-item{
    flex-shrink: 3;
    width: 20%;
    height: 25%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: black;
    border: 1px solid #800080;
}

.mm-portrait-item img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}
