.testimonial_video_module {
  width: 100%;
  position: relative;
  z-index: 0!important;
}
.testimonial_video_module .testimonial_video_flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 50px;
}
.testimonial_video_module .testimonial_video_flex:nth-child(even) {
  display: flex;
  flex-direction: row-reverse!important;  
  width: 100%;    
}
.testimonial_video_module .testimonial_video_flex:last-child {
  margin-bottom: 0!important;
}
.testimonial_video_module .video-group {
  width: 50%;
  position: relative;
  margin-top: auto!important;
  margin-bottom: auto!important;
}
/* .testimonial_video_module .video-group:after {
  content: url(https://f.hubspotusercontent00.net/hubfs/4172253/Jan%202021%20theme%20Image/Video-Play-Icon.png);
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
} */
/* .testimonial_video_module .video-group img {
  border: 10px solid #fff;
  border-radius: 3px;
  box-shadow: 0px 3px 10px #04101C12!important;
  width: 100%;
  height: auto!important;
} */
.brand-logo {
  margin-bottom: 20px!important; 
}
.testimonial_video_module .review-group {
  width: 50%;
  text-align: center;
  margin: auto;
  display: block;
  max-width: 525px;
  float: none;
  padding: 0 20px;
}
/* .testimonial_video_module .testimonial_video_flex:nth-child(even) .video-group {
  padding-left: 20px;
  padding-right: 0!important;
} */
/* .testimonial_video_module .testimonial_video_flex:nth-child(even) .review-group {
  padding-right: 20px;
  padding-left: 0!important;
} */
.testimonial_video_module .review-group .desc p{
  margin: 0!important;  
}
.testimonial_video_module .review-group .author { 
  padding-top: 30px;
  padding-bottom: 3px;
  font-size: 20px;
  font-weight: 700;
  margin: 0;  
}
.testimonial_video_module .review-group .desgination {
  font-size: 16px;
}
@media (max-width:690px) {
  .testimonial_video_module .testimonial_video_flex {
    display: block!important;
    justify-content: center;
    width: 100%;
/*     margin: 30px 0!important; */
  }
  
  .testimonial_video_module .video-group {
    width: 100%!important; 
    margin-bottom: 20px;    
  }
  .testimonial_video_module .review-group {
    width: 100%!important;
    margin-bottom: 20px;
    margin-top: 20px!important;
    padding: 0!important;
  }
}

/* Video Css */

.video {  
  position: relative;
  width: 100%;  
  border: 10px solid #fff;
  box-shadow: 0px 3px 10px #04101C12;
}
.video:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.video__poster {
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
  right: 0;
  z-index: 10;
  transition: opacity 0.3s, visibility 0s 0.3s;
  cursor: pointer;
}
.video__poster:before {
  width: 75px;
  height: 75px;
  max-height: 75vw;
  max-width: 75vh;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.video__poster:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #fff;
  margin-left: 2px;
}
.video__poster--hide {
  opacity: 0;
  visibility: hidden;
}
.testimonial_video_module .video__image {
  display: block;
  width: 100%;
	height: 100%;
}
.iframe_wrapper.video__iframe, .video__video,
.video iframe {
  left: 0;
  position: absolute;
  top: 0;
  border: 0;
  height: 100%;
  width: 100%;
}