.elm.spotify {
  line-height: 0;
  color: #FFFFFF;
  background-color: #7a7575;
}

.elm.spotify.height_352.typ_album {
  background: -webkit-linear-gradient(180deg, #7a7575 200px, #6e6969 200px);
  background: -o-linear-gradient(180deg, #7a7575 200px, #6e6969 200px);
  background: -moz-linear-gradient(180deg, #7a7575 200px, #6e6969 200px);
  background: linear-gradient(180deg, #7a7575 200px, #6e6969 200px);
}

.elm.spotify div.spotify_wrapper {
  width: 100%;
  position: relative;
  height: 352px;
  line-height: normal;
}

.elm.spotify.height_352 div.spotify_wrapper {
  height: 352px;
}

.elm.spotify.height_152 div.spotify_wrapper {
  height: 152px;
}


/* .spotify Titelbild */
.elm.spotify div.spotify_wrapper_image {
  position: absolute;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
}

.elm.spotify.height_152 div.spotify_wrapper_image {
  left: 13px;
  top: 13px;
  width: 127px;
  height: 127px;
}

.elm.spotify.height_352.typ_album div.spotify_wrapper_image {
  left: 23px;
  top: 23px;
  width: 152px;
  height: 152px;
}

.elm.spotify.height_352.typ_track div.spotify_wrapper_image {
  left: 40px;
  top: 40px;
  width: 272px;
  height: 272px;
}

/* .spotify Titel */
.elm.spotify div.spotify_wrapper_titel {
  position: absolute;
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
}

.elm.spotify.height_352.typ_album div.spotify_wrapper_titel {
  left: 200px;
  top: 70px;
  width: calc(100% - 200px);
}

.elm.spotify.height_352.typ_track div.spotify_wrapper_titel {
  left: 335px;
  top: 140px;
  width: calc(100% - 335px);
}

.elm.spotify.height_152 div.spotify_wrapper_titel {
  left: 153px;
  top: 45px;
  width: calc(100% - 153px);
}

/* .spotify Artist */
.elm.spotify div.spotify_wrapper_artist {
  position: absolute;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  color: #c4c2c2;
  overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 40px;
}

.elm.spotify.height_352.typ_album div.spotify_wrapper_artist {
  left: 200px;
  top: 115px;
  width: calc(100% - 200px);
}

.elm.spotify.height_352.typ_track div.spotify_wrapper_artist {
  left: 335px;
  top: 182px;
  width: calc(100% - 335px);
}

.elm.spotify.height_152 div.spotify_wrapper_artist {
  left: 153px;
  top: 76px;
  width: calc(100% - 153px);
}

/* .spotify play */
.elm.spotify.consent div.spotify_wrapper::after {
  position: absolute;
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f144";
  font-size: 40px;
}

.elm.spotify.consent.height_352.typ_album div.spotify_wrapper::after {
  right: 23px;
  top: 137px;
}

.elm.spotify.consent.height_352.typ_track div.spotify_wrapper::after {
  right: 40px;
  bottom: 40px;
}

.elm.spotify.consent.height_152 div.spotify_wrapper::after {
  right: 23px;
  bottom: 23px;
}

/* .spotify logo */
.elm.spotify.consent div.spotify_wrapper::before {
  position: absolute;
  font-family: "FontAwesomeBrands";
  font-weight: 900;
  content: "\f1bc";
  right: 23px;
  top: 23px;
  font-size: 22px;
}

.elm.spotify.consent.height_352.typ_track div.spotify_wrapper::before {
  right: 40px;
  top: 40px;
  font-size: 32px;
}

.elm.spotify iframe {
  position:  absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

spotify {
  width: 100% !important;
  height: auto !important;
}
