.youtube-row {
  display: flex;
  /* justify-content: flex-start; */
  width: 50px;
  /* flex-direction: row; */
}

.category {
  color: var(--white-milk);
  font-family: var(--font-family-audiowide);
  font-size: var(--font-size-xs);
  font-weight: bold;
  line-height: normal;
  /* position: relative; */
  /* left: 0; */
  /* text-align: center; */
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 0.12em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  z-index: 0;
  /* background-color: var(--woodsmoke); */
}

.youtube-category {
  /* display: flex; */
  /* flex-direction: column; */
  width: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
}

#youtube_contents .youtube-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  width: max-content;
}

#instagram_contents .youtube-container {
  display: flex;
}

#tiktok_contents .youtube-container {
  display: flex;
}

.instagram-contents {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.white-frame {
  width: 300px;
  height: 165px;
  border: 1px solid rgb(91, 91, 91);
  background: repeating-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.1) 0px,
    rgba(255, 255, 255, 0.1) 10px,
    transparent 10px,
    transparent 20px
  );
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--font-family-audiowide);
  font-size: 18px;
  letter-spacing: 0.1em;
}
