
.main {
  margin-bottom: 25px;
}

.box.sidebar {
  border-radius: 0px;
}

#fanart-nav-sidebar {
  padding-top: 5px; 
}

figure {
    display: block;
    margin: 0 auto;
    text-align: center;
    min-height: 257.1px;
}

#art-image { 
    max-height: 50vh;
}

#art-name {
  overflow-wrap: break-word;  
}

#art-image.document {
  display: none;
}

@media(max-width: 400px) {
  #art-name.document {
    font-size: 1.5em ; 
  }
}

#art-name {
  line-height: 105%;
}

#art-name.document {
  line-height: 210%;
}

button {
 min-width: 60px; 
}
