.page.genesis-author-pro .collections {
    clear: both;
}


.page.genesis-author-pro .site-inner, 
.page.genesis-pro-portfolio .site-inner {
    max-width: 1280px;
}

.page.genesis-author-pro .content article.books.entry 
{ 
    background-color: transparent; 
    padding: 0px;
}

.page.genesis-author-pro .content article.books.entry .entry-content a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
}

.page.genesis-author-pro .content article.books.entry .entry-content a span {
    position: absolute;
    bottom: 0px;
    display: block;
    width: 80%;

    background: rgba(17, 17, 17, 0.78);
    color: #fff;
    font-size: 0.8em;
    padding: 10px;
    text-align: center;
}

.page.genesis-author-pro .content  .entry-header {
    border-width: 0;
    margin: 0;
    padding: 0;
}

.page.genesis-author-pro .content .entry-header .entry-title {
    border-width: 0;
    font-size: 20px;
    margin-left: auto;
    padding: 0;
    word-wrap: break-word;
}

.page.genesis-author-pro .author-pro-featured-image {
    height: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.page.genesis-author-pro .author-pro-featured-image{ 
    display: block;
    display: block;
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 780px) {
    .collections h2 { text-align: center; }
    .slick-prev, 
    .slick-next {
        top: 36% !important;
    }

    .page.genesis-author-pro .content .entry {
        margin-left: 0;
        width: 100%;
    }

    .page.genesis-author-pro .content article.books.entry {
        margin-bottom: 0px;
        padding: 10px 20px;
    }

    .page.genesis-author-pro .content article.books.entry .entry-content a { 
        display: block !important;
    }
}