#photo {
    background: url('../img/photo-background.jpg') center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 2rem;
}

.photo-content  {
    height: 300px;
}
