#player > [data-player] {
  padding-bottom: 56.25%;
  height: auto !important;
}

#player > .fullscreen {
  padding-bottom: 0;
}

#player2 > [data-player] {
  padding-bottom: 56.25%;
  height: auto !important;
}

#player2 > .fullscreen {
  padding-bottom: 0;
}

.stream {
  margin: auto;
  margin-top: 50px;
  max-width: max-content;
}

.stream_frame {
  border: double #1a1a1a 8px;
  width: 87vw;
  max-width: 995px;
  height: auto !important;
  margin: 0 auto
}

.stream a img {
  max-width: 30px;
  margin-right: 10px;
}

.stream iframe {
  height: 667;
}

/* SM Leiste*/
.sm_leiste {
  border: dotted black 3px;
  max-width: 990px;
  margin: auto;
  margin-top: 0px;
  border-top: none;
  height: 30px;
}

.SM_buttons_container {
  display: flex;
  justify-content: center;
  float: right;
}

.SM_buttons_container a {
  display: flex;
}

.SM_buttons_container a img {
  max-height: 30px;
}

.US_leiste_container {
  margin-top: 5px;
}


@media only screen and (max-width: 415px) {
  .IA_Container {
    margin: 0px;
  }

}
