<title>iPhone 6S X-ray</title>
background: url("https://d3nevzfk7ii3be.cloudfront.net/igi/ZxuRyRNpFBbInAUA.huge") no-repeat;
<img src="https://d3nevzfk7ii3be.cloudfront.net/igi/jTPTpGsvsEFYWowb.huge" alt="x-ray image" width="1612" height="1209">
(iPhone 6S images courtesy of
<a href="https://www.ifixit.com/Teardown/iPhone+6s+Teardown/48170">iFixIt</a>
and <a href="https://www.creativeelectron.com/">Creative Electron</a>)
var xray = document.getElementById('xray');
document.body.addEventListener('mousemove', function(e) {
var w = 500, x0 = 560, x = e.screenX - window.screenX;
xray.style.opacity = Math.max(0, Math.min(x - x0, w) / w);