/*global*/
nav ul li {
    margin-bottom: 0;
}

nav ul li+li {
    margin-left: 17px;
}

/*pictures.php*/
.item img {
    width: 100%;
    height: auto;
}

/*picture.php*/
.item-view img {
    width: 100%;
}

/*artists.php*/
.artist img {
    width: 128px;
    height: 128px;
    border-radius: 100vw;
}

.artist p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-wrap: break-word;
}