/********** iframe **********/

.iframe-soundcloud-small {
  width: 520px;
  height: 20px;
}

.iframe-soundcloud-headline {
  width: 450px;
  height: 20px;
}

/**************************************** Mediascreen ****************************************/

@media screen and (max-width: 1124px) {

/********** iframe **********/

.iframe-soundcloud-small {
  width: 280px;
  height: 20px;
}

.iframe-soundcloud-headline {
  width: 280px;
  height: 20px;
}


}