/* || Single Player */

/* general rules */

.single-player-ctn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 90%;
}

input {
  display: block;
  color: white;
}


/* videos settings */
.videos-ctn {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
  max-height: 80vh;
  margin-top: 5vmin
}

video {
  width: 100%;
  max-height: 80%;
  box-shadow: 4px 4px 4px black;
}

.filtering-ctn {
  margin: 2vmin 0;
}


