body {
  background: url('../img/bibimbap_bg.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.unsplash-block {
    position: absolute;
    bottom: 5%;
    right: 5%;
}

.description {
    position: absolute;
    right: 5%;
    bottom: 15%;
    display: block;
    width: 35%;
    background-color: rgba(255,255,255,0.75);
    padding: 15px;
    border-radius:3px;
}

.description p {
    padding: 0.5em 1em;
    box-decoration-break: clone;
}
