/*! Devices.css v0.2.0 | 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-screen {
  background-color: #000;
  background-position: center center;
  background-size: cover;
  object-fit: cover;
  position: relative;
}


.device-macbook-pro-2018 {
  @apply h-fit;
  width: 100%;
}

.device-macbook-pro-2018 .device-frame {
  background: #0d0d0d;
  border-radius: 20px;
  box-shadow: inset 0 0 0 2px #c8cacb;
  @apply: h-fit;
  margin: 0 auto;
  padding: 29px 19px 39px 19px;
  position: relative;
  width: 90%;
}


.device-macbook-pro-2018 .device-screen {
  border: 2px solid #121212;
  border-radius: 2px;
  width: 90%;
}

.device-macbook-pro-2018 .device-power {
  background: #e2e3e4;
  border: solid #d5d6d8;
  border-radius: 2px 2px 0 0;
  border-width: 2px 4px 0 4px;
  height: 14px;
  margin-top: -10px;
  position: relative;
  width: 100%;
  z-index: 9;
}

.device-macbook-pro-2018 .device-power::after,
.device-macbook-pro-2018 .device-power::before {
  content: "";
  position: relative;
}

.device-macbook-pro-2018 .device-power::after {
  background: #d5d6d8;
  border-radius: 0 0 10px 10px;
  box-shadow: inset 0 0 4px 2px #babdbf;
  height: 10px;
  left: 50%;
  margin-left: -60px;
  top: -2px;
  width: 120px;
}

.device-macbook-pro-2018 .device-power::before {
  background: #a0a3a7;
  border-radius: 0 0 180px 180px/ 0 0 12px 12px;
  box-shadow: inset 0 -2px 6px 0 #474a4d;
  height: 12px;
  left: -4px;
  margin: 0 auto;
  top: 10px;
  width: 100%;
}

.device-macbook-pro-2018.device-spacegray .device-frame {
  box-shadow: inset 0 0 0 2px #767a7d;
}

.device-macbook-pro-2018.device-spacegray .device-power {
  background: #909496;
  border-color: #767a7d;
}

.device-macbook-pro-2018.device-spacegray .device-power::after {
  background: #83878a;
  box-shadow: inset 0 0 4px 2px #6a6d70;
}

.device-macbook-pro-2018.device-spacegray .device-power::before {
  background: #515456;
  box-shadow: inset 0 -2px 6px 0 black;
}

