.video-slide video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
#theme-switcher .theme-toggle-button {
    width: 45px;
    height: 45px;
    padding: 0;
    border: none;
    background: none;
}

#theme-switcher .theme-toggle-button img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}