.dw-lite-video {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 2px;
  background: #111;
  contain: layout paint;
}

.dw-lite-video > .dw-lite-video__button,
.dw-lite-video > .dw-lite-video__iframe {
  display: block;
  width: 100%;
  min-width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

.dw-lite-video > .dw-lite-video__button {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  appearance: none;
  background: #111;
  color: #fff;
}

.dw-lite-video > .dw-lite-video__button > .dw-lite-video__poster {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 180ms ease, filter 180ms ease;
}

.dw-lite-video__shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.28));
  transition: background-color 180ms ease;
}

.dw-lite-video__play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 72px;
  height: 52px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 12px;
  background: #202020;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
  transform: translate(-50%, -50%);
  transition: background-color 180ms ease, border-color 180ms ease;
}

.dw-lite-video__play span {
  width: 0;
  height: 0;
  margin-left: 4px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #fff;
}

.dw-lite-video__button:hover .dw-lite-video__poster {
  filter: brightness(0.92);
  transform: scale(1.015);
}

.dw-lite-video__button:hover .dw-lite-video__play,
.dw-lite-video__button:focus-visible .dw-lite-video__play {
  border-color: #fd9900;
  background: #fd9900;
}

.dw-lite-video__button:focus-visible {
  outline: 3px solid #fd9900;
  outline-offset: -3px;
}

.dw-lite-video__fallback {
  color: #fff;
}

.elementor-widget-video,
.elementor-widget-video .elementor-widget-container {
  max-width: 100%;
  overflow: visible;
}

body.page-id-45 .elementor-widget-video .dw-lite-video {
  max-width: none;
}

@media (prefers-reduced-motion: reduce) {
  .dw-lite-video__poster,
  .dw-lite-video__play {
    transition: none !important;
  }
}

@media (max-width: 1023px) {
  .dw-lite-video {
    max-width: 100%;
  }
}
