body {
  background-color: #000;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.background-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0.75;
}

.logo {
  position: relative;
  z-index: 3;
  width: 350px;
  max-width: 80vw;
}

.grain-code {
  display: none;
}

.grain {
  -webkit-filter: brightness(200%);
  filter: brightness(200%);
}

.social-button {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  margin-right: 5px;
  margin-left: 5px;
  background-image: url('../images/ig.svg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 1;
  -webkit-transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
  transition: opacity 200ms cubic-bezier(.215, .61, .355, 1);
}

.social-button:hover {
  opacity: 0.5;
}

.social-button.facebook {
  background-image: url('../images/fb.svg');
}

.social-button.twitter {
  background-image: url('../images/tw.svg');
}

.social-button.tiktok {
  background-image: url('../images/tt.svg');
  cursor: pointer;
}

.social-button.spotify {
  background-image: url('../images/Spotify.svg');
  background-size: 40px 40px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.social-button.apple-music {
  background-image: url('../images/AM.svg');
  background-size: 60px 60px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.social-button.tidal {
  background-image: url('../images/LB_Tidal.svg');
  background-size: 60px 60px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.social-button-container {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.background-video-image {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bg-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: none;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.logo-container {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .social-button {
    margin-right: 9px;
    margin-left: 9px;
  }
}

@media screen and (max-width: 479px) {
  .social-button {
    margin-right: 7px;
    margin-left: 7px;
  }
}

