@import '~wix-rich-content-common/dist/statics/styles/mixins';
.soundCloud_player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  z-index: 0;
}

.soundCloud_container {
  position: relative;
  overflow: hidden;
  min-width: 350px;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  @include phone {
    min-width: auto;
  }
}
