ul.items {
    list-style: none;
    display: block;
   
}

li.items{
    text-align: center;
    padding-top: 5px;
    float: left;
    padding: 5px;
    padding-bottom: 5px;
}
li.media image img{
    max-width: 300px;
    max-height: 200px;
    text-align: center;
    outline: none;
    
    -webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.5);

}
div.media-label{
    max-width: 200px;
    text-align: center;
    padding-top: 5px;
    font: 15px sans-serif;
    float: left;
}

@media only screen and (max-width: 900px) {
    ul.items{
         margin: 2em auto 0;
    }
 }
 li.item {
    width: 80%;
    margin-left: 10%;
    margin-bottom: 4em;
}

div.media *{
    max-width: 100%;
}

audio, video {
    cursor: pointer;
}

div.media-label {
    padding-top: 5px;
    font: 15px sans-serif;
}

/* pagination */
.pagination{
    display: inline-block;
    position: fixed;
    bottom: 0.8em;
    right: 10%;
    width: 80%;
    font-size: 1.2em;
    background: white;
}
.pagination span:first-child {
    display: inline-block;
    width: 2em;
}
.pagination a {
    display: inline-block;
    color: black;
    text-decoration: none;
    width: 2em;
}

.pagination a.active, .pagination span:first-child {
    background-color: #e91e63;
    color: white;
}

.pagination a:hover:not(.active) {
    background-color: lightgrey;
}
