.dp-more {
    width: 96%;
    height: 50px;
    background: white;
    margin-right: 5%;
    margin-top: -50px;
    position: absolute;
    right: 4%;
    transform: translate(0, 17px) scale(1);
    transition: transform 0.1s ease-out, opacity 0.1s ease-out;
    display: none;
}

.btn_more {
    background-color: unset;
}
.dp-more ul {
    padding-left: 0;
    text-align: center;
}

.dp-more ul li {
    list-style: none;
    display: inline-block;
    width: 15%;
}

.dp-more ul li a {
    line-height: 52px;
    font-size: 1.3em;
}