
/* ============================================
// MEDIA
// ============================================ */
@media (max-width: 400px) {
  #music .logo-distributer {
    margin: 5px 0;
  }

  .u-spacing--none-plr {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .ttw-music-player {
    width: 100% !important;
  }

  /*.rating {
    display: none !important;
  }*/
}

@media (max-height: 480px) {
  .pig-color {
    background-position: 49.6% 90% !important;
    background-size: 200px auto !important;
  }

  .overlay-menu .options {
    top: 40%;
  }
}

@media (min-height: 481px) and (max-height: 640px) {
  .pig-color {
    background-position: 49.6% 70% !important;
    background-size: 250px auto !important;
  }

  .overlay-menu .options {
    top: 40%;
  }
}
