
body.post {
    background: #FFFF00;
}

div.postElement {
    background: #FFFF00;
}

body.post  {
    min-height: 100vh;
}

.aspect-ratio-4-3 {
    height: 0;
    padding-bottom: 100%;
    width: 100%;
    position: relative;
}

div.embedElement{
    margin: -15px 0 !important;
    padding-top: 0  !important;
    padding-bottom: 0  !important;
}

.postBase  {
    display: none;
}