/*! Devices.css v0.2.0 | MIT License | github.com/picturepan2/devices.css */
.device,
.device *,
.device ::after,
.device ::before,
.device::after,
.device::before {
    box-sizing: border-box;
    display: block
}

.device {
    position: relative;
    transform: scale(1);
    z-index: 1
}

.device .device-frame {
    z-index: 1;
}

.device .device-screen {
    background-color: #000;
    background-position: center center;
    background-size: cover;
    object-fit: cover;
    position: relative
}

.device-iphone-14-pro {
    height: 434px;
    width: 214px;
}

.device-iphone-14-pro .device-frame {
    background: #010101;
    border: 1px solid #1b1721;
    border-radius: 34px;
    box-shadow: inset 0 0 4px 2px #c0b7cd, inset 0 0 0 6px #342c3f;
    height: 434px;
    padding: 11px;
    width: 214px;
}

.device-iphone-14-pro .device-screen {
    border-radius: 24px;
    height: 410px;
    width: 190px
}