/**
 * Content 02 stylesheet  
 * */
.content-02 .bg-image {
  background: url(../../images/cta.jpg) no-repeat top left scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
}
.content-02 .cta {
  padding-top: 100px;
  padding-bottom: 100px;
}
.content-02 .cta h1 {
  color: #ffffff;
}
