.top-image {
  position: relative;
}

#image-title {
  bottom: 50px;
  color: #fff;
  font-family: 'AncizarSans-BoldItalic', sans-serif;
  font-size: 60px;
  left: 60px;
  margin: 0;
  position: absolute;
  text-shadow: 0px 3px 3px #969696;
}

#image-title:before {
  background: #fff;
  bottom: 8px;
  content: '';
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}


@media screen and (max-width: 40em) {
  #image-title {
    bottom: 15px;
    font-size: 25px;
    left: 20px;
  }

  #image-title:before {
    bottom: 5px;
    height: 2px;
  }
}
