.iphone-frame-container{display:flex;justify-content:center;align-items:center;padding:0}.iphone-frame-wrapper{position:relative;height:600px;max-width:100%;aspect-ratio:375/812}.iphone-frame-screen{position:absolute;top:5%;left:5%;width:90%;height:90%;overflow:hidden;border-radius:10px;z-index:1;background:#000}.iphone-frame-video{width:100%;height:100%;object-fit:cover;display:block}.iphone-frame-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none}.iphone-frame-image{object-fit:contain;width:100%;height:100%}@media (max-width:768px){.iphone-frame-container{padding:0 12px}.iphone-frame-wrapper{width:300px;height:649px}}@media (max-width:480px){.iphone-frame-wrapper{width:250px;height:541px}}