Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / modules / contrib / video_embed_field / css / video_embed_field.responsive-video.css
index ae7395d85c0e881cf7366ba3427312004b00d16b..3fdfad1591bfe7b3a24b473478d6c7ebec27e70f 100644 (file)
 .video-embed-field-responsive-modal {
   max-width: 100%;
 }
+
+.video-embed-field-lazy {
+  cursor: pointer;
+  position: relative;
+}
+
+.video-embed-field-lazy img {
+  width: 100%;
+}
+
+.video-embed-field-lazy-play {
+  height: 72px;
+  width: 72px;
+  left: 50%;
+  top: 50%;
+  margin-left: -36px;
+  margin-top: -36px;
+  position: absolute;
+  background: url("icons/play.svg") no-repeat;
+  cursor: pointer;
+  background-size: 72px 72px;
+}