/* Keep the first paint identical to the first decoded AVDCare frame. */
.avdcare-video-shell {
  background:
    #080a0d
    url("https://cdn.creativeclaw.co/u/00727557/images/34bed258-ea12-4295-ae79-1f367cd97b00.jpg")
    center / cover no-repeat;
}

.avdcare-network-video {
  opacity: 0;
  transition: opacity .55s ease;
}

.avdcare-network-video.is-ready {
  opacity: .95;
}

@media (max-width: 767px) {
  .avdcare-video-shell {
    background-image: url("https://cdn.creativeclaw.co/u/00727557/images/3b664404-e3b4-436a-bd8a-5118232d4a9d.jpg");
  }
}

@media (prefers-reduced-motion: reduce) {
  .avdcare-video-shell {
    background:
      #080a0d
      url("https://cdn.creativeclaw.co/u/00727557/images/34bed258-ea12-4295-ae79-1f367cd97b00.jpg")
      center / cover no-repeat;
  }

  .avdcare-network-video {
    display: none;
  }
}
