@media screen and (max-width: 770px) {
	.hide_merch {display: none;}
  }

  @media screen and (max-width: 478px) {
	.info, .albumtitle, .singletitle {display: none;}
  }