iframe.youtube {
    max-width: 100%;
}

html {
    word-wrap: break-word; /* force the page to fit on a phone */
}

.sidebar {
    background-image: url('/public/img/IMG_1532.JPG');
    background-size: cover;
    color: black;
    text-shadow: 1px 1px 2px white, 0 0 1em white, 0 0 0.2em white;
}

.sidebar a {
    color: black;
}

div.figure-wrapper {
    text-align: center;
}

figure img {
    display: inline;
    margin-bottom: 0; /* disable bottom padding to make room for figcaption */
}

figcaption {
    font-size: 0.75em;
    text-align: center;
    padding-bottom: 10px;
}

.hidden-post {
    color: red;
}

.content {
    padding-top: 10px;
}

img.profile-pic {
    max-width: min(75%, 300px);
}
