body > header .header-title {
    display: block;
    font-size: 14px;
    color: #000;
    width:730px;
}

body > main .person .person-name {
    font-size: 17px;
    font-family: "Open Sans Title", sans-serif;
    line-height: 1;
    margin: 10px 0 15px;
}

.slider .slider-paginate {
    width: 150px;
    height: 85px;
    padding: 25px 25px 25px;
    position: absolute;
    left: 0;
    bottom: 0px;
    background: rgba(15, 18, 29, 0.8);
}