.missing-image {
    display: grid;
    place-items: center;
    gap: 8px;
    min-height: 220px;
    margin: 2.5em 0;
    padding: 30px;
    border: 2px dashed #c5cad0;
    border-radius: 5px;
    background: #f4f6f8;
    color: #738a94;
    text-align: center;
}
.missing-image strong {
    font-size: 1.2rem;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.missing-image code {
    color: #15171a;
    font-size: 1.6rem;
    overflow-wrap: anywhere;
}
.social-link-fb,.social-link-tw {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}
@media (max-width: 650px) {
    .missing-image { min-height: 150px; }
    .missing-image code { font-size: 1.35rem; }
}
