.sgr-cta.v2 {
  overflow: hidden;
}

.sgr-cta.v2 p {
  margin-bottom: 2.3rem;
  font-weight: 600;
}

.sgr-cta.v2 .sgr-video-cont {
  position: absolute;
  top: -50%;
  left: 0;
  width: 100%;
  height: 200%;
  z-index: -1;
  bottom: -50%;
}

.sgr-cta.v2 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
}

.sgr-cta.v2 .accessibleBtn-play:after {
  color: #555555;
}

.sgr-cta.v2 .accessibleBtn-pause:after {
  color: #555555;
}

.sgr-cta.v2 .accessibleBtn-play:focus:after {
  color: #000000;
}

.sgr-cta.v2 .accessibleBtn-pause:focus:after {
  color: #000000;
}

.sgr-cta.v2 .accessibleBtn-play:hover:after {
  color: #fff;
}

.sgr-cta.v2 .accessibleBtn-pause:hover:after {
  color: #fff;
}
/*# sourceMappingURL=row_cta_v2.css.map */