.g5plus-banner {
  position: relative;
}
.g5plus-banner .banner-bg {
  background-size: cover;
  position: relative;
}
.g5plus-banner .banner-bg:after {
  -webkit-transition: opacity .8s ease .15s;
  transition: opacity .8s ease .15s;
  position: absolute;
  content: '';
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
}
.g5plus-banner.title-top .banner-title {
  top: 30px;
}
.g5plus-banner.title-middle .banner-title {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.g5plus-banner.title-bottom .banner-title {
  bottom: 30px;
}
.g5plus-banner h4.banner-title {
  position: absolute;
  z-index: 2;
  width: 100%;
  line-height: 1.2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.g5plus-banner h4.banner-title.text-left {
  left: 30px;
}
.g5plus-banner h4.banner-title.text-right {
  right: 30px;
}
.g5plus-banner h4.banner-title a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.g5plus-banner h4.banner-title i {
  margin-left: 15px;
  width: 35px;
  height: 35px;
  line-height: 33px;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.g5plus-banner h4.banner-title:hover i {
  color: #fff;
}
.layla-effect,
.bubba-effect,
.jazz-effect,
.zoom-image {
  overflow: hidden;
  position: relative;
}
.layla-effect .effect-content,
.bubba-effect .effect-content,
.jazz-effect .effect-content,
.zoom-image .effect-content {
  position: relative;
}
.layla-effect .effect-content:before,
.bubba-effect .effect-content:before,
.jazz-effect .effect-content:before,
.zoom-image .effect-content:before,
.layla-effect .effect-content:after,
.bubba-effect .effect-content:after,
.jazz-effect .effect-content:after,
.zoom-image .effect-content:after {
  position: absolute;
  content: '';
  display: block;
}
.layla-effect:hover .effect-content:before,
.bubba-effect:hover .effect-content:before,
.jazz-effect:hover .effect-content:before,
.zoom-image:hover .effect-content:before,
.layla-effect:hover .effect-content:after,
.bubba-effect:hover .effect-content:after,
.jazz-effect:hover .effect-content:after,
.zoom-image:hover .effect-content:after,
.layla-effect:hover .banner-bg:after,
.bubba-effect:hover .banner-bg:after,
.jazz-effect:hover .banner-bg:after,
.zoom-image:hover .banner-bg:after {
  opacity: 1;
}
.layla-effect .effect-content:after,
.bubba-effect .effect-content:after,
.layla-effect .effect-content:before,
.bubba-effect .effect-content:before {
  content: '';
  display: block;
  background-color: transparent;
  position: absolute;
  z-index: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.layla-effect .effect-content:after,
.bubba-effect .effect-content:after {
  top: 20px;
  bottom: 20px;
  left: 50%;
  right: 50%;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #fff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #fff;
}
.layla-effect .effect-content:before,
.bubba-effect .effect-content:before {
  top: 50%;
  bottom: 50%;
  left: 20px;
  right: 20px;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #fff;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #fff;
}
.layla-effect:hover .effect-content:after {
  left: 10px;
  right: 10px;
}
.layla-effect:hover .effect-content:before {
  top: 10px;
  bottom: 10px;
}
.bubba-effect:hover .effect-content:after {
  left: 20px;
  right: 20px;
}
.bubba-effect:hover .effect-content:before {
  top: 20px;
  bottom: 20px;
}
.jazz-effect .effect-content:before {
  background-color: transparent;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #fff;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #fff;
  -webkit-transform: rotate(45deg) scale(0.5);
  -moz-transform: rotate(45deg) scale(0.5);
  -o-transform: rotate(45deg) scale(0.5);
  -ms-transform: rotate(45deg) scale(0.5);
  transform: rotate(45deg) scale(0.5);
}
.jazz-effect:hover .effect-content:before {
  -webkit-transform: rotate(45deg) scale(1);
  -moz-transform: rotate(45deg) scale(1);
  -o-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
}
.normal.show-border,
.zoom-image.show-border {
  border: 2px solid;
}
.zoom-image .banner-bg {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.zoom-image:hover .banner-bg {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
