.epaper-container {
    max-width: 1400px;
    margin: 0 auto;
}

.epaper-page {
    position: relative;
}

.epaper-page img {
    width: 100%;
    display: block;
}

.epaper-hotspot {
    position: absolute;
    background: rgba(0, 112, 217, 0.249);
    transition: background 0.2s ease;
}

.epaper-hotspot:hover {
    background: rgba(0, 153, 236, 0.303);
}
