.fa-creative-epaper-container {
    position: relative;
    max-width: 900px;
    margin: 2em auto;
}

.fa-creative-epaper img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.fa-creative-epaper-footer {
    text-align: center;
    margin-top: 1em;
}

.fa-creative-epaper-footer button {
    padding: 10px 16px;
    margin: 0 10px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    background: #333;
    color: #fff;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .fa-creative-epaper-container {
        max-width: 100%;
        margin: 1em 0;
    }

    .fa-creative-epaper-footer button {
        width: 45%;
        margin: 6px;
        font-size: 15px;
    }
}
