#web {
  width: 98%;
  margin: 0 auto;
}
.column.four {
  width: 100%;
}
header.body #description {
  font-size: 1.7em;
}
#artist article h1,
#artist article .details,
#artist article .socials,
#artist article #scrollPane {
  width: 95%;
}
#list .posts .post,
#list .posts .post.fifth,
#list .smallPosts .post,
#list .smallPosts .post.fifth {
  width: 24.88%;
  margin-right: 1px;
}
#list .posts.concerts .post{
  width:100%;
} 
#list .posts .post.fourth,
#list .smallPosts .post.fourth {
  width: 25%;
  margin-right: 0;
}
#list .posts .post figure,
#list .smallPosts .post figure {
  max-height: 146px;
}
#list .posts .post figure.default,
#list .smallPosts .post figure.default {
  margin: 0;
  position: static;
}
footer.body article {
  padding-bottom: 0;
}
footer.body #subfooter .three p {
  margin-right: 5em;
}
footer.body #subfooter .one p {
  margin-left: -5em;
}
.fixedBox {
  display: none;
}
#indexBoxes .banners{
  padding:0;
  width:33%;
}
#indexBoxes .banners a{
  width:90%;
}
#indexBoxes .close figure{
  display:none;
}
#indexBoxes .close aside p{
  float:none;
  margin-top:10px;
  padding-left:70px;
  padding-right: 10px;
  width:80%;
}
#indexBoxes .close aside p.date{
  float:left;
  margin-top:0;
}