.about-video-embed-module .play-container:before {
  display: none;
}
.about-video-embed-module .play-container {
  position: absolute;
  left: 50%;
  bottom: 50%;
  right: auto;
  margin-left: -33px;
  margin-bottom: -33px;
}
@media (max-width: 767px) {
    .about-video-embed-module .play-container {
      width: auto;
      padding-left: 0;
      margin-left: -25px !important;
      margin-bottom: -25px !important;
  }
}



.about-video-embed-module .video-desktop video {
  border-radius: 10px;
}
.about-video-embed-module .video-desktop iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 10px;
  opacity: 0;
}
.about-video-embed-module .video-desktop.no-bg-image iframe{
 opacity: 1;
}
.about-video-embed-module .video-desktop.no-bg-image .play-container {
  opacity: 0;






















