
.albums {
  display: block;
  text-align:left;
  width:100%;
}

.albums a {
  text-decoration: none;
}
.albums a:hover {
  text-decoration: underline;
}

.albums li {
	display:block;
  overflow: hidden;
  text-decoration: none;
}

.albums li a {
  text-decoration:none;
}

.albums li a:hover {
  text-decoration:underline;
}



@media screen and (min-width: 40rem) {
.albums {

  width:100%;

}



.albums li {
	display:block;
  overflow: hidden;
  text-decoration: none;
}
}
