.front-featured {
    height: 90vh;
    max-height: 1200px;
    background-size: cover;
    background-image: url("http://www.aksik.org/sites/default/files/2016-10/aksik-shoreline.jpg");
    background-attachment: fixed;
    background-position: center top;
    position: relative;
    margin-top:-20px;
}
.front-featured .field--name-body {
  margin-top:5em;
}
.front-featured .field--name-body img {
  width: 200px;
  height: auto;
}
.front-featured .field--name-body h2 {
  text-align: center;
  font-size: 34px;
  font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.front-featured:after {
    content:'';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: solid 50px #e15915;
    border-left: solid 50px transparent;
    border-right: solid 50px transparent;
}
