✦ Verified product
Cloud Tray Full System - Studio
USD 415.00
Ghost Tattoo Co
Verified independent store
→
.ya-product-video-row{ display:flex; align-items:flex-start; } .ya-video-wrapper{ transform: translate(245px, -67px); width: 21%; } .ya-video-wrapper video{ width:100%; border-radi
us:12px; } .custom-play-btn{ position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); width:70px; background: rgba(255, 255, 255, 0.65); height:70px; border-radius:50%; display:flex; align-items:center; justify-content:center; cursor:pointer; } .custom-play-btn span{ color:#fff; font-size:30px; } .ya-desc{ width:50%; } @media(max-width:768px){ .ya-product-video-row{ flex-direction:column; align-items:center; } .ya-video-wrapper{ width:100%; margin-left:0; transform:none !important; display:flex; justify-content:center; } .ya-desc{ width:100% } } THE TOP A fun and whimsical addition to the Ghost Tray lineup. The Cloud tray is a magnetic, removable, tray top - 14.6in x 25.2in made to fit any of our current Ghost Tray Bases. The Cloud Tray also accepts our Ghost Disposable covers (medical grade/100% recyclable polypropylene - coming soon ) THE BASE The Ghost Tray base offers an industry-first, foot lever actuation for hands-free height adjustment (24in - 36in) and a magnetic, removable, tray top 14.6in x 25.2in The Ghost Tray also accepts our Ghost Disposable covers (medical grade/100% recyclable polypropylene - coming soon ) Comes with our featured rollerblade smooth-roll locking wheels. Base Materials: Aerospace grade aluminum, Carbon Steel, Polycarbonate Tray top ▶ var video = document.getElementById("proVideo"); var icon = document.getElementById("icon"); var playBtn = document.getElementById("playBtn"); // Play button click playBtn.addEventListener("click", function() { if(video.paused){ video.muted = false; video.play(); icon.innerHTML = "❚❚"; playBtn.style.display = "none"; } else { video.pause(); icon.innerHTML = "▶"; playBtn.style.display = "flex"; } }); // Video pe click → pause + play button show video.addEventListener("click", function () { if (!video.paused) { video.pause(); icon.innerHTML = "▶"; playBtn.style.display = "flex"; } }); // Play hone pe button hide (safety) video.addEventListener("play", function(){ playBtn.style.display = "none"; }); // Pause pe button show video.addEventListener("pause", function(){ playBtn.style.display = "flex"; });