#explanationContent {
    background: rgb(57, 58, 57);
    color: white;
}

#selfPortraitContainer {
    max-width: 75px;
}

#selfPortrait {
    width: 100%;
    height: auto;
    align-self: center;
}

@media (min-width: 768px) {
    #selfPortraitContainer {
        max-width:100px;
    }
}