.cover img.posterimg {width: 90%; height: 100%; overflow: hidden; padding-top: 35px; }
iframe.you-video {height: 398px; }
.why-video-title h2 {
  font-size: 30px;
  letter-spacing: 0;
  line-height: 36px;
  text-align: center;
  color: #1E293B;
  font-weight: 500;
font-family: 'Questrial',sans-serif !important;
}
.why-video-title p {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 28px;
  text-align: center;
  color: #657282;
  margin: 0 auto;
  width: 545px;font-family: 'Open Sans Regular',sans-serif;
}
.why-video-main {
  padding: 50px 0px;
}
.cover-image-new {
  text-align: center;
}
iframe.you-video {
  padding-top: 30px;
}

.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;
}
.cover video {
  /*     opacity:0; */
  width: 633px;
  height: 439px;
  transition: 1s;
  position: relative;
  /*     z-index:-1;  */
  padding-top: 10px;
}
video::-webkit-media-controls {
  display: none;
}
.cover {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 653px;
  height: 439px;
  background-position: 50% 50%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.cover:focus,
.cover .video:focus {
  outline: none;
}
.cover img {
  position: absolute;
  /*     top: 60%; */
  left: 50%;
  margin-right: -33%;
  transform: translate(-50%, -50%);
  height: 80px;
  z-index: 999;
  top: 50%;
}
@media (min-width: 2500px){
  .cover img {
    margin-top: 0%;
  }

}
@media (min-width: 2200px) and (max-width: 2499px){


}
@media (min-width: 2048px) and (max-width: 2199px){

}
@media (min-width: 1900px) and (max-width: 2047px) {

}

@media (min-width: 1600px) and (max-width: 1899px){

}
@media (min-width: 1440px) and (max-width: 1599px){
  .cover img {
    margin-top: 0%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cover img {
    margin-top: 0%;
  }

}

/* ipad Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
  .cover img {
    margin-top: 0%;
  }

}

@media(max-width:767px){
  .why-video-title p {
    width: auto;
  }
}

/* Landscape iphones 6 and portrait tablets */
@media (max-width: 767px) {
  .cover img {
    height: 60px;
  }
  .cover {
    max-width: 653px;
    height: auto;
    text-align: center;
  }
  .cover video {
    height: auto;
    width: 355px;
  }
  section.text-video {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .text-video-image-right {
    margin-top: 40px;
  }
  .cover img {
    position: absolute;
    /* top: 53%; */
    left: 50%;
  }

  .why-video-title h2 {
    font-size: 24px;
  }
}
@media (max-width: 414px) {
  .cover {
    max-width: 653px;
    height: auto;
  }
  .cover video {
    height: auto;
    width: 380px;
  }
}
@media (max-width: 375px) {
  .cover {
    max-width: 653px;
    height: auto;
  }
  .cover video {
    height: auto;
    width: 335px;
  }
}
@media (max-width: 320px) {
  .cover {
    max-width: 653px;
    height: auto;
  }
  .cover video {
    height: auto;
    width: 300px;
  }
  .cover img {
    /*     top: 62%; */
  }
}