.video_sec .section__title {
  text-align:center;
}
.video_sec .container_video {
  position:relative;
}
.video_sec .wistia_click_to_play {
  position: unset !important;
}
.video_sec .play-button {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.video_sec .play-button:hover .button-color{
  width:100%;
  height:100%;
  /*     background-color: rgba(163, 186, 43, 0.5); */
}
.video_sec .button-color {
  background-color: rgba(163, 186, 43, 0.76);

  width:60px;
  height:38px;
  position:relative;
  z-index:1;
  -webkit-transition: all 80ms ease-out 0s;
  -o-transition: all 80ms ease-out 0s;
  transition: all 80ms ease-out 0s;
}

.play-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.video_sec .vidyard_wrapper{
  position: unset !important;
}

.video_sec .more_video_link {
  margin-top: 58px;
  text-align: center;
}
section.video_sec .video__title p {
  font-size: 20px;
  line-height: 1.85;
  letter-spacing: 0;
  font-weight: 300;
  margin-bottom:12px;
}
.video_box .hs-embed-wrapper .wistia_responsive_wrapper{
  position:relative;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.video_box .hs-embed-wrapper .wistia_responsive_wrapper .wistia_embed{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video_sec .more_video_link a:hover{
  text-decoration: none;
  color: #a2ba2b;
}
@media(min-width:768px){
  .video_sec .more_video_link a{
    font-size:20px;
  }
  .video_sec .video_flx {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    max-width:1170px;
    margin:0 auto;
    row-gap:35px;
  }
  .video_sec .video_box {
    text-align: center;
    -ms-flex-preferred-size: 30.3%;
    flex-basis: 30.3%;
    -webkit-flex-basis: 30.3%;
    margin-right: 4.5%;
  }
  .video_sec .video_box:nth-child(3n+3){
    margin-right:0;
  }
}

@media(max-width:767px){
  .video_box {
    max-width: 350px;
    text-align: center;
    margin: 0 auto 39px;
  }
  section.video_sec .video__title p {
    font-size: 17px;
    line-height: 1.47;
  }
  .video_sec .more_video_link {
    margin-top: 35px;
  }
  .video_sec .section__title h2 {
    font-size: 24px;
    letter-spacing: .2px;
  }
}