@font-face {
  font-family: "SF Display";
  font-weight: 200;
  src: url("/fonts/SF-UI-Display-Light.otf");
}
@font-face {
  font-family: "SF Display";
  font-weight: 400;
  src: url("/fonts/SF-UI-Text-Regular.otf");
}
@font-face {
  font-family: "SF Display";
  font-weight: 500;
  src: url("/fonts/SF-UI-Display-Medium.otf");
}
@font-face {
  font-family: "SF Display";
  font-weight: 600;
  src: url("/fonts/SF-UI-Display-Bold.otf");
}
@font-face {
  font-family: "SF Display";
  font-weight: 800;
  src: url("/fonts/SF-UI-Display-Heavy.otf");
}

@font-face {
  font-family: "SF Display Rounded";
  font-weight: 200;
  src: url("/fonts/SF-Pro-Rounded-Light.otf");
}

@font-face {
  font-family: "SF Display Rounded";
  font-weight: 400;
  src: url("/fonts/SF-Pro-Rounded-Regular.otf");
}

@font-face {
  font-family: "SF Display Rounded";
  font-weight: 500;
  src: url("/fonts/SF-Pro-Rounded-Medium.otf");
}

@font-face {
  font-family: "SF Display Rounded";
  font-weight: 600;
  src: url("/fonts/SF-Pro-Rounded-Bold.otf");
}

@font-face {
  font-family: "SF Display Rounded";
  font-weight: 800;
  src: url("/fonts/SF-Pro-Rounded-Heavy.otf");
}


body {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: black;
  display: flex;
  flex-direction: column;
}

#videoContainer {
  position: relative;
  width: 1080px;
  height: 1920px;
  background: #000;
  overflow: hidden;
}

#content {
  width: 100%;
  height: 100%;
}

#mainVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  image-rendering: pixelated;
}


#textOverlay, #subtitle {
  position: absolute;
  bottom: 40px;
  left: 0;
  text-align: center;
  color: white;
  font-family: "SF Display";
  font-size: 33px;
  z-index: 100;
  padding: 0 80px;
  right: 0;
}

#dateDisplay {
  position: absolute;
  top: 160px;
  right: 20px;
  color: white;
  font-family: "SF Display";
  font-size: 50px;
  z-index: 100;
  left: 20px;
  text-align: center;
  letter-spacing: -2.5px;
  z-index: 2000;

}


/* #timeDisplay { old mono
  top: 189px;
right: 20px;
color: white;
font-family: monospace;
font-size: 188px;
z-index: 100;
left: 20px;
text-align: center;
letter-spacing: -2px;
font-weight: bold;
z-index: 20000;
position: absolute;
} */

/* #timeDisplay {
  top: 189px;
  right: 20px;
  color: white;
  font-family: "SF Display Rounded";
  font-size: 250px;
  z-index: 100;
  left: 20px;
  text-align: center;
  letter-spacing: -9px;
  font-weight: bold;
  z-index: 20000;
  position: absolute;
  font-weight: 500;
} */


.status-bar {
  position: absolute;
  top: 30px;
  right: 23px;
  display: flex;
  /* align-items: center; */
  gap: 16px;
  z-index: 20000;
  filter: invert(1);
}

#mainImage {
  width: 100%;
}

#rainCanvas {
  opacity: 0.85;
  mix-blend-mode: hard-light;
}
.wifi-icon {
  /* width: 40px;
  height: 32.5px;
  background-image: url('/images/ios-wifi.svg');
  background-size: contain;
  background-repeat: no-repeat; */

  width: 40px;
  height: 32.5px;
  background-image: url(/images/ios-wifi.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 80px;
}

.battery-icon {
  width: 55px;
  height: 87.5px;
  background-image: url(/images/ios-battery-full.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  margin-top: -6px;
}

.battery-level {
  color: white;
  font-family: "SF Display";
  font-size: 42px;
  margin-right: 4px;
  font-weight: 500;
}


#timeDisplay {
  top: 25px;
  left: 30px;
  color: white;
  font-family: "SF Display";
  font-size: 38px;
  z-index: 20000;
  position: absolute;
  font-weight: 500;
}

#screensaver {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  display: none;
  z-index: 200;
}

#startOverlay {
z-index: 30000;
position: relative;
}

#content {
  position: relative;
  width: 100%;
  height: 100%;
}

#mainImage, #nextImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
} 

.pip-header {
  display: none !important;
}