.portrait > img {
    width: 40%;
    display: inline-block;
    border: 1px solid black;
}


body {
    background-color: #4e2f16 !important;
}

.main-content {
    font-family: 'Abril Fatface', cursive;
}

video, iframe {
    width: 600px;
    max-width: 95%;
}

.fill {
    height: 50px;
}

@media only screen and (max-width: 500px) {
    .portrait > img {
        width: 80%;
    }
}