
body, html {
  min-height: 100vh;
  padding-bottom: 100px;
  margin-bottom: 100px;
}
body {
  height: 100vh;
}

.img-fit {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.waiting {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  align-items: center; 
}


.footer {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  z-index: 2;
  padding: 20px;
}

.view-cam {
  cursor: pointer;
}

#video-background {
  background-color: #000;
  z-index: 100;
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  max-width: 100vw;
  max-height: 100vh;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#video-background.visible {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

body.modal-opened {
  overflow-y: hidden;
}

.video-container {
  max-width: 900px;
}

#close-video {
  cursor: pointer;
}

.footer-link:hover {
  color: white;
}
.footer-link {
  color: white;
  text-decoration: none;
}

.favorite {
  cursor: pointer;
}

.embedded-video {
  width: 100vw;
  height: 100vh;
}

