.c-success-story .video-rc-lp__video {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 1px 1px 8px 1px rgb(0 0 0 / 10%);
}

.c-event-story__img img {
    border-radius: 9px;
    box-shadow: 0 3px 6px #00000029;
}

.c-event-story__img {
    padding-bottom: 45px;
}


.c-event-story__wrap {
   padding-bottom: 45px;
}

.c-event-story__img {
    max-width: 900px;
    margin: 0px auto;
}

.c-event-story__text {
    padding-bottom: 45px;
}

.videoWrapper {
  position: relative;
  width: 100%;
  height: 0;
  background-color: #000;
}
.videoWrapper43 {
  padding-top: 75%;
}
.videoWrapper169 {
  padding-top: 56%;
}
.videoIframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.videoPoster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: 0;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-size: cover;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 0.8s, height 0s;
  -moz-transition: opacity 0.8s, height 0s;
  transition: opacity 0.8s, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}
.videoPoster:focus:before,
.videoPoster:hover:before {
  border-color: red;
}
.videoPoster:focus:after,
.videoPoster:hover:after {
  border-left-color: red;
}
.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 0.8s;
  -moz-transition-delay: 0s, 0.8s;
  transition-delay: 0s, 0.8s;
}
button.videoPoster {
  background-size: cover !important;
  background-position: center !important;
  background-color: #fff !important;
}
.c-success-story {
  padding: 55px 0;
}
.c-success-story__top {
  padding-bottom: 30px;
}
.c-success-story__cta-grp {
  padding-top: 60px;
}
.c-success-story__cta-grp {
  padding-top: 60px;
  justify-content: center;
}
.c-success-story__cta:nth-child(1) {
  margin-right: 40px;
}
.c-success-story__btm {
  padding-top: 45px;
}
.c-success-story__custom iframe {
  width: 100%;
  height: 500px;
  border-radius: 8px;
  box-shadow: 0 3px 6px #00000029;
}
.c-success-story__custom {
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .c-success-story__top {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  
  .c-success-story {
    padding: 40px 0;
  }
  
  .c-success-story__custom iframe {
    width: 100%;
    height: 410px;
  }
}
@media (max-width: 479px) {
  .c-success-story__cta:nth-child(1) {
    margin-bottom: 40px;
    margin-right: 0;
  }
  .c-success-story__cta {
    width: 100%;
    text-align: center;
  }
  .c-success-story__custom iframe {
    width: 100%;
    height: 250px;
  }
}


@media (max-width: 375px){
  .c-success-story__custom iframe {
      width: 100%;
      height: 190px;
  }
}
