*, *:before, *:after {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  min-height: 100%;
  background: #000;
  display: flex;
  align-items: center;
}

.input__label-content--kozakura {
    color: #414246;
}
.con {
	color: #414246 !important;
}
.owl-team .owl-wrapper-outer .owl-item .bio img {
    max-height: 500px !important;
    max-width: 500px !important;
}

.top-reel {
	margin-top:50px;
}

.bottom-reel {
	margin-bottom:50px;
}


.spotify-embeds {
  width: 100%;
  padding: 50px;  
}

.spotify-embed {
  background: transparent;
  
  &:not(:last-of-type) {
    margin-bottom: 5px;
  }
  
  iframe {
    display: block;
    transition: opacity 0.125s;
    .js & {
      opacity: 0;
      
      &.loaded {
        opacity: 1;
      }
    }
  }
}