.device-mockup-wrapper{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;height:auto;width:100%;color:inherit}.device-mockup-wrapper .laptop-screen-container{border-radius:1.5rem;position:relative;padding:clamp(.5rem,1vw,1rem);overflow:hidden;width:100%;background:#000;box-shadow:0 0 0 clamp(.5rem,1vw,1rem) var(--color-black) inset,0 3px 3px 0 rgba(0,0,0,.18)}.device-mockup-wrapper .laptop-screen-container .screen-inside-device{border-radius:.75rem;aspect-ratio:16/9.03;width:100%}.device-mockup-wrapper .laptop-screen-container:after{content:"";width:100%;height:100%;top:0;left:0;position:absolute;background-image:linear-gradient(152deg,rgba(255,255,255,.452) 10%,rgba(0,0,0,0) 40%)}.device-mockup-wrapper .laptop-screen-container:before{border-radius:1.5rem}.device-mockup-wrapper .screen-inside-device{width:100%;max-width:none;position:relative;z-index:0;overflow:hidden;-o-object-fit:cover;object-fit:cover}.device-mockup-wrapper .screen-inside-device video{max-width:none;width:100%;height:auto!important}@media(max-width:450px){.device-mockup-wrapper{width:auto}}