.er-pdfbox-image {
    position: relative;
}

.er-pdfbox-contents-title {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffffbf;
    box-shadow: 3px 5px 20px 0px #1c1d1e;
    border-radius: 4px;
}

.er-pdfbox-contents-title h3 {
    color: #212121 !important;
    padding: 4px 8px;
}

.er-pdfbox-image img {
    border-radius: 4px;
}

.er-pdfbox-contents-actions {
    margin-top: 8px;
	text-align:center;
}

.er-pdfbox-contents-action {
    display: inline;
    background: #212121;
    margin-left: 4px;
    padding: 4px 8px;
    border-radius: 4px;
}
.er-pdfbox-contents-action:hover {
	background:#1010105e;
}

.er-pdfbox-contents-action a {
    color: white;
    font-family: 'EstedadBold', serif;
}