.volume .volume__note {
  opacity: 0;
  text-align: center;
  position: fixed;
  bottom: 25px;
  width: 100%;
  z-index: 2;
}
.volume .volume__button {
  position: fixed;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
  bottom: 0;
  width: 100%;
  background: #111;
  z-index: 100;
  pointer-events: auto;
}
.volume .volume__button i {
  pointer-events: none;
}

html {
  overflow: hidden;
}

body header > h1,
body header > object,
body div.photo-grid {
  opacity: 0;
  transition: opacity 1s;
}

div.photo-grid {
  max-width: 1440px;
  margin: auto;
}
div.photo-grid img {
  padding: 2px;
}

#loader {
  margin-top: 15%;
  transition: opacity 1s;
}

#loader img {
  max-width: 50px;
  position: relative;
  left: -7px;
  bottom: -15px;
}

main.w3-content {
  min-width: 100%;
  margin-top: 0;
}

/*# sourceMappingURL=home.css.map */
