#about{
max-width: 730px;
padding: 15px;
display: inline-block;
margin-bottom: 10px;
padding-right: 7px;

background: #161616;
border: 3px solid #1D1D1D;
border-radius: 12px;

flex-grow: 1;
border-radius: 3px;
margin: 1.25rem;
margin-right: 5px;

background: #151319;

	border: 11px solid;
	  border-image: url("../../img/assets/window/contentborder.png");
	  border-image-slice: 22 21 22 21;
	  border-image-width: 22px;
	  border-image-repeat: stretch;
	  border-radius: 50px;
}

#aboutextra{
max-width: 300px;
padding: 15px;
display: inline-block;
margin-bottom: 10px;

background: #151319;

	border: 11px solid;
	  border-image: url("../../img/assets/window/contentborder.png");
	  border-image-slice: 22 21 22 21;
	  border-image-width: 22px;
	  border-image-repeat: stretch;
	  border-radius: 50px;

flex-grow: 1;
border-radius: 3px;
margin: 1.25rem;
}

#gallery{
background-color: #212121;
width: 1070px;
padding: 15px;
display: inline-block;
margin-bottom: 10px;
}






/*-------- 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: 11px;
}


/*---- ------*/
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;
}


/*---- ------*/