.tunegenie {
  position: absolute;
  top: 0;
  font-family: "Francois One", sans-serif;
  width: 100%;
  text-align: left;
  padding: 8px 16px;
  background: #222;
  z-index: -1;
  top: -100%;
  opacity: 0;
  transition: top 550ms cubic-bezier(0.22, 0.61, 0.18, 0.7) 100ms, z-index 250ms cubic-bezier(0.22, 0.61, 0.18, 0.7), opacity 250ms cubic-bezier(0.22, 0.61, 0.18, 0.7);
}
@media (min-width: 720px) {
  .tunegenie {
    position: relative;
    width: auto;
    text-align: right;
    padding: 0;
    background: none;
    z-index: 1;
    top: auto;
    opacity: 1;
    padding: 4px 0 4px 16px;
  }
}
.tunegenie.open {
  top: 0;
  z-index: 3;
  opacity: 1;
  transition: top 450ms cubic-bezier(0.22, 0.61, 0.18, 0.7), z-index 450ms cubic-bezier(0.22, 0.61, 0.18, 0.7) 200ms, opacity 450ms cubic-bezier(0.22, 0.61, 0.18, 0.7) 200ms;
}
.tunegenie__music {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 16px; 
}
@media (min-width: 1020px) {
  .tunegenie__music {
    height: 48px;
    padding-bottom: 0; 
  }
}
.tunegenie__album {
  display: inline-block;
  width: auto;
  vertical-align: top;
  height: 32px;
}
@media (min-width: 720px) {
  .tunegenie__album {
    height: 48px;
  }
}
.tunegenie__details {
  display: inline-block;
  padding: 0 8px;
  line-height: 1.2;
  vertical-align: middle;
  word-break: break-word;
  overflow: hidden;
}
@media (min-width: 720px) {
  .tunegenie__details {
    max-width: 200px;
  }
}
.tunegenie__song,
.tunegenie__artist {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  position: relative;
}
@supports (-webkit-line-clamp: value) {
  .tunegenie__song,
  .tunegenie__artist {
    white-space: normal;
  }
}
.tunegenie__song {
  max-height: 38.4px;
  -webkit-line-clamp: 2;
}
.tunegenie__artist {
  color: #aeaeae;
  max-height: 19.2px;
  -webkit-line-clamp: 1;
}
.tunegenie__button {
  color: #fff;
  background-color: #2e6ca2;
}
.tunegenie__button:hover,
.tunegenie__button:focus {
  background-color: #4b90cc;
}
.tunegenie__button.button--mobile {
  float: right;
  display: block;
  height: 100%;
  line-height: 48px;
  padding: 0 16px;
  cursor: pointer;
}
@media (min-width: 720px) {
  .tunegenie__button.button--mobile {
    display: none;
  }
}
.tunegenie__popup:after {
  clear: both;
  content: '';
  display: table;
}
.popup--left,
.popup--right {
  display: block;
  width: 100%;
  padding-bottom: 16px;
}
@media (min-width: 580px) {
  .popup--left,
  .popup--right {
    display: inline-block;
    float: left;
    padding-bottom: 0;
  }
}
@media (min-width: 580px) {
  .popup--left {
    width: 50%;
    padding-right: 8px;
  }
}
@media (min-width: 580px) {
  .popup--right {
    width: 50%;
    padding-left: 8px;
  }
}
.popup__logo {
  width: 100%;
  max-width: 250px;
  padding-bottom: 16px;
}
.popup__logo img {
  width: 100%;
  height: auto;
}
.popup__music {
  font-family: "Francois One", sans-serif;
}
.music__info {
  white-space: nowrap;
}
.music__album,
.music__details {
  display: inline-block;
  white-space: normal;
}
.music__album {
  width: 100px;
  height: 100px;
  padding-right: 8px;
}
.music__album img {
  width: 100%;
  height: auto;
}
.music__details {
  width: calc(100% - 100px);
  vertical-align: top;
  line-height: 1.2;
  font-size: 18.72px;
  font-size: 1.17rem;
}
.music__song a {
  text-decoration: none;
  color: 1000;
}
.music__song a:hover,
.music__song a:focus {
  text-decoration: underline;
}
.music__artist {
  color: #595959;
}
.music__actions {
  padding-top: 16px;
}
.music__actions .button--primary {
  margin-right: 8px;
}
