.gf-banner {
  position: relative;
}
.gf-banner .gf-banner-bg {
  background-size: cover;
  background-position: center center;
}
.gf-banner .gf-banner-bg > a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.gf-banner a {
  text-decoration: none;
}
.gf-banner:not(.gf-banner-style-03) .gf-banner-inner {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.gf-banner .gf-banner-content {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.gf-banner.gf-banner-style-01 .gf-banner-content {
  bottom: 50px;
  left: 40px;
  right: 40px;
}
.gf-banner.gf-banner-style-01 .gf-banner-content a {
  display: inline-block;
}
.gf-banner.gf-banner-style-01 .gf-banner-content h4 {
  margin-top: 0;
  font-size: 34px;
  background-color: #333;
  color: #fff;
  line-height: 48px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.banner-custom-font-size.gf-banner-style-02 .gf-banner-content h5 {
  font-size: 12px;
}

/*# sourceMappingURL=banner.css.map */
