/*! Devices.css v0.1.16 | MIT License | github.com/picturepan2/devices.css */ .device, .device::before, .device::after, .device *, .device *::before, .device *::after { box-sizing: border-box; display: block; }  .device { position: relative; transform: scale(1); z-index: 1; }  .device .device-frame { z-index: 1; }  .device .device-content { background-color: #fff; background-position: center center; background-size: cover; object-fit: cover; position: relative; }  .device-ipad-pro { height: 804px; width: 560px; }  .device-ipad-pro .device-frame { background: #fff; border-radius: 38px; box-shadow: inset 0 0 0 2px #c8cacb, inset 0 0 0 6px #e2e3e4; height: 804px; padding: 62px 25px; width: 560px; }  .device-ipad-pro .device-content { border: 2px solid #222; border-radius: 2px; height: 680px; width: 510px; }  .device-ipad-pro .device-sensors { background: #666; border-radius: 50%; height: 10px; left: 50%; margin-left: -5px; margin-top: -5px; position: absolute; top: 34px; width: 10px; }  .device-ipad-pro.device-gold .device-frame { box-shadow: inset 0 0 0 2px #e4b08a, inset 0 0 0 6px #f7e8dd; }  .device-ipad-pro.device-gold .device-header { border-color: #e4b08a; }