#gallery{
background-color: #212121;
width: 1070px;
padding: 15px;
display: inline-block;
margin-bottom: 10px;
}

#content{
max-width: 1070px;
padding: 15px;
display: inline-block;
margin-bottom: 10px;

flex-grow: 1;
margin: 1.25rem;

transition: all .3s;
}


/*-------- ABOUT STUFF ----------*/

div.musicgallery {
  margin: 6px;
  /* border: 1px solid #fff; */
  float: left;
  width: 164px;
  text-align: center;
  font-size: 15px;
  height: 210px;
  padding-top: 5px;
  border-radius: 5px;
  transition: all .2s;
}

.musicgallery a {
	text-decoration: none;
}

div.musicgallery:hover {
  /* border: 1px solid #777; */
  background-color: #545454;
  -webkit-filter: brightness(120%);
  transform : translateY(-3px);
}

div.musicgallery img {
  width: 153px;
  height: auto;
  padding-bottom: 2px;
}

.musicauthor {
	font-size: 10px;
}


/*---- ------*/
div.mediagallery {
  margin: 6px;
  float: left;
  width: 163px;
  text-align: center;
  font-size: 15px;
  height: 288px;
  padding-top: 5px;
  border-radius: 5px;
  transition: all .2s;
}

.largegallerytitle {
	font-size: 12px;
}

.largergallerytitle {
	font-size: 10px;
}

.mediagallery a {
	text-decoration: none;
}

div.mediagallery:hover {
  /* border: 1px solid #777; */
  background-color: #545454;
  -webkit-filter: brightness(120%);
  transform : translateY(-3px);
}

div.mediagallery img {
	width: 156px;
  height: auto;
    border-radius: 5px;
}

/*---- ------*/
div.charactergallery {
  margin: 6px;
  float: left;
  width: 163px;
  text-align: center;
  font-size: 15px;
  height: 270px;
  padding-top: 5px;
  border-radius: 5px;
  transition: all .2s;
}

.largegallerytitle {
	font-size: 12px;
}

.largergallerytitle {
	font-size: 10px;
}

.charactergallery a {
	text-decoration: none;
}

div.charactergallery:hover {
  /* border: 1px solid #777; */
  background-color: #545454;
  -webkit-filter: brightness(120%);
  transform : translateY(-3px);
}

div.charactergallery img {
	width: 156px;
  height: auto;
    border-radius: 5px;
}


/*---- ------*/