.section--hero-img-bg {
  overflow: hidden;
}

/* play button styles */

.section--hero-img-bg .popup-hero-video {
  height: 80px;
  position: relative;
  width: 80px;
  z-index: 9999;
  padding: 0;
  border-radius: 100%;
}
.section--hero-img-bg .hero-img-bg__video-btn{
  margin-left: auto;
  margin-right: 2.5rem;
  bottom: 2.5rem;
  position: relative;
  height: 80px;
  width: 80px;
  display: block;
}

.section--hero-img-bg .button-rotating-text {
  position: absolute;
  left: -1.9rem;
  right: 0;
  top: -1.9rem;
  margin: 0 auto;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  -webkit-animation: spinZ 20s linear infinite;
          animation: spinZ 20s linear infinite;
  text-align: center;
}

.section--hero-img-bg .button-rotating-text span {
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-transform: uppercase;
  -webkit-transition: all 0.5s cubic-bezier(0, 0, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0, 0, 0, 1);
  transition: all 0.5s cubic-bezier(0, 0, 0, 1);
  color: #245373 !important;
  font-weight: 600;
}

.section--hero-img-bg .section-title__supporting-content p, 
.section--hero-img-bg .section-title__supporting-content p span {
    font-size: 1.5rem;
    line-height: 1.25;
}

.section--hero-img-bg .section-title__supporting-content {
    margin-top: 2rem;
    max-width: 70%;
    width: 100%;
    margin-left: 0;
    margin-right: auto;
}

  @media (max-width:980px){
    .section--hero-img-bg .section-title__supporting-content {
        max-width: 100%;
        width: 100%;
    }
  }