.tdg-video-wrapper {
  position: relative;
  aspect-ratio: calc(16/9);
}
.tdg-video-wrapper .video-placeholder-youtube {
  aspect-ratio: calc(16/9);
  height: auto !important;
}
.tdg-video-wrapper .tdg-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}
.tdg-video-wrapper .tdg-video-overlay i.fas {
  color: white;
  opacity: 0.8;
  font-size: 100px;
  color: #fff;
  text-shadow: 1px 0 6px rgba(0, 0, 0, 0.3);
}
.tdg-video-wrapper .tdg-video-overlay i.fas:hover {
  opacity: 1;
  text-shadow: 1px 0 6px rgba(0, 0, 0, 0.6);
  cursor: pointer;
}
.tdg-video-wrapper .gf-media-video {
  aspect-ratio: calc(16/9);
  height: auto;
  width: 100%;
}
.tdg-video-wrapper.play-video .tdg-video-overlay {
  display: none;
}
.tdg-video-wrapper.vertical-video {
  aspect-ratio: calc(9/16);
}
.tdg-video-wrapper.vertical-video .video-placeholder-youtube {
  aspect-ratio: calc(9/16);
}
.tdg-video-wrapper.vertical-video .gf-media-video {
  aspect-ratio: calc(9/16);
}
/*# sourceMappingURL=https://www.greenfront.com/wp-content/plugins/tdg-elementor-plugin/widgets/tdg-video/css/tdg-video.css.map */