.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: none;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-size: cover;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 800ms, height 0s;
  -moz-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}
.videoPoster:before {
/*   content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  border: 5px solid #fff;
  border-radius: 100%;
  -webkit-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  transition: border-color 300ms; */
}
.videoPoster:after {
/*   content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin: -20px 0 0 -10px;
  border-left: 40px solid #fff;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  -webkit-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  transition: border-color 300ms; */
}
.videoPoster:hover:before, .videoPoster:focus:before {
  border-color: #f00;
}
.videoPoster:hover:after, .videoPoster:focus:after {
  border-left-color: #f00;
}
.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  -moz-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}


button.videoPoster {
    background-size: cover !important;
    background-position: center !important;
    background-color: #fff !important;
}


.c-resources-webinar { padding: 45px 0px; }
.c-resources-webinar__top { padding-bottom: 30px; }
.c-resources-webinar__cta-grp { padding-top: 60px; }
.c-resources-webinar__cta-grp { padding-top: 60px; justify-content: center; }
.c-resources-webinar__cta:nth-child(1) { margin-right: 40px; }

.c-resources-webinar__btm { padding-top: 45px; }

.c-resources-webinar__video {
    max-width: 850px;
    margin: 0px auto;
    border-radius: 9px;
    overflow: hidden;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 11%);
}

.c-resources-webinar__video iframe {
    width: 100%;
    height: 470px;
}



/*********** Responsive code ***************/

/************** ipad ***************/

@media (max-width: 1200px) {
  .c-resources-webinar__top { padding-bottom: 40px; }

}


@media (max-width: 1080px) {}

/************** ipad nd tab ***************/
@media only screen and (min-width:768px) and (max-width: 1024px) {}

/************** iphone roatate***************/
@media (max-width: 767px) {



  .c-resources-webinar__video iframe {
      width: 100%;
      height: 280px;
  }


}

/************** iphone ***************/
@media (max-width: 479px) {
  .c-resources-webinar__cta:nth-child(1) { margin-bottom: 40px;margin-right: 0px; }
  .c-resources-webinar__cta { width: 100%; text-align: center; }
  
  
  
  
  .c-resources-webinar__video iframe {
      width: 100%;
      height: 240px;
  }
  

}






