
.main-container {
  display:flex;
  height: 100%;
  width: calc(100% - 402px);
}

.video-container {
  width:100%;
  height:720px;
}

.chat-container {
  position: fixed;
  right: 0px;
  top: 51px;
  bottom: 0px;
  border: 1px solid #66FFCC;
  border-width: 0px 0px 0px 1px;
  z-index: 1;
}

.chat-container iframe {
  min-height: 100%;
}

#twitch-embed {
  width: 100%;
  height: 100%;
  position: relative;
}

.sound-container {
  padding: 20px;
  width: calc(100% - 442px);
}

.sound-browser {
  display: flex;
  flex-wrap: wrap;
}

.no-sound-element {
  color: white;
}

#filter-value { 
  width: calc(100% - 20px);
  border-radius:25px;
  padding:10px;
}

.sound-item {
  background-color: transparent;
  border: 1px solid #DE3F18;
  color: #DE3F18;
  border-radius: 25px;
  padding: 10px;
  margin: 10px 10px 0 0;
}

.sound-item:hover,
.sound-item:focus,
.sound-item:active,
.sound-item.active {
  border: 1px solid #DE3F18;
  color: #111;
  background-color: #DE3F18;
}
