.hover-box {
  background-color: #000;
  position: relative;
  min-height: 540px;
  width: 100%;
  overflow: hidden;
  transition: all .6s cubic-bezier(0.2, 1, 0.7, 1);
}
.hover-box__content {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  padding: 15%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  pointer-events: none;
}
.hover-box__subtitle {
  letter-spacing: -.02em;
  color: #fff;
}
.hover-box__title {
  margin: 0;
  color: #fff;
  line-height: 1.2;
  font-size: 54px;
  letter-spacing: -.02em;
  transform-origin: top left;
}
.hover-box__subtitle + .hover-box__title {
  margin: .8em 0 0 0;
}
.hover-box__desc {
  display: block;
  margin: auto 0 0 0;
  color: #fff;
}
.hover-box__desc .hover-box__desc_text,
.hover-box__desc .button,
.hover-box__desc .hover-box__cta,
.hover-box__desc .hover-box__link {
  opacity: 0;
  transform: translate3d(100px, 0, 0);
  transition: 0.5s cubic-bezier(0.2, 1, 0.7, 1);
}
.hover-box__desc .hover-box__desc_text {
  display: block;
  color: #fff;
  font-size: 22px;
  line-height: 1.4;
}
.hover-box__link {
  display: inline-block;
  color: #fff;
  letter-spacing: -.02em;
  font-weight: 700;
  position: relative;
  margin-top: 30px;
  pointer-events: auto;
}
.hover-box__cta {
  margin-top: 30px;
}
.hover-box__link:hover {
  color: #fff;
}
.hover-box .button {
  position: relative;
  margin-top: 30px;
  pointer-events: auto;
}
.hover-box:hover .hover-box__desc .hover-box__desc_text {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: 0s;
}
.hover-box:hover .hover-box__link,
.hover-box:hover .button,
.hover-box:hover .hover-box__cta,
.hover-box:hover span[data-hs-cos-type="cta"],
.hover-box:hover span[data-hs-cos-type="cta"] span {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition-delay: .1s;
}

.hover-box__image01,
.hover-box__image02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  transition: all .8s cubic-bezier(.05,.2,.1,1);
}
.hover-box__image02 {
  opacity: 0;
  transform: scale(1.2);
}
.hover-box__image01:after,
.hover-box__image02:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.hover-box:hover .hover-box__image01 {
  transform: scale(1.3);
}
.hover-box:hover .hover-box__image02 {
  opacity: 1;
  transform: scale(1);
}
.row-fluid-wrapper:not([class*='-force-full-width-section']) > .row-fluid > .span4 .hover-box__title {
  font-size: 38px;
}
.row-fluid-wrapper[class*='-force-full-width-section'] > .row-fluid > .span3 .hover-box__title {
  font-size: 36px;
}
@media (max-width: 767px) {
  .hover-box {
    max-height: 600px;
  }
  .hover-box__content {
    padding: 15% 30px;
  }
  .hover-box__title {
    font-size: 38px;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .hover-box__title {
    font-size: 44px;
  }
  
  .row-fluid-wrapper[class*='-force-full-width-section'] > .row-fluid > .span4 .hover-box__title,
  .row-fluid-wrapper:not([class*='-force-full-width-section']) > .row-fluid > .span4 .hover-box__title{
    font-size: 30px;
  }
  .row-fluid-wrapper[class*='-force-full-width-section'] > .row-fluid > .span5 .hover-box__title,
  .row-fluid-wrapper:not([class*='-force-full-width-section']) > .row-fluid > .span5 .hover-box__title{
    font-size: 30px;
  }
  .row-fluid-wrapper:not([class*='-force-full-width-section']) > .row-fluid > .span6 .hover-box__title {
    font-size: 40px;
  }
  .row-fluid-wrapper[class*='-force-full-width-section'] > .row-fluid > .span3 .hover-box .hover-box__title {
    font-size: 48px;
  }
}

@media (min-width: 1140px) and (max-width: 1679px){
  .row-fluid-wrapper:not([class*='-force-full-width-section']) > .row-fluid > .span6 .hover-box__title {
    font-size: 52px;
  }
  .row-fluid-wrapper[class*='-force-full-width-section'] > .row-fluid > .span4 .hover-box__title {
    font-size: 40px;
  }
}

@media (min-width: 1680px) {
  .row-fluid-wrapper[class*='-force-full-width-section'] > .row-fluid > .span3 .hover-box__title {
    font-size: 44px;
  }
}