#header {
  background-color: whitesmoke
}

.blog-header {
  color: white;
  padding-left: 1em;
}

p {
  clear: right
}

@media (min-width: 1100px) {
  div.wrap {
    width: auto;
    height: 240px;
    position: relative;
    margin: 0 5em
  }

  .wrap img {
    position: absolute;
    bottom: 0;
  }

  .wrap img:nth-of-type(1) {
    left: 0;
  }

  .wrap img:nth-of-type(2) {
    right: 0;
  }
}