.ilac-ereader {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    aspect-ratio: 184 / 285;
    line-height: 0;
    filter: drop-shadow(-4px 4px 4px rgba(0, 0, 0, .25));
}

.ilac-ereader > img {
    position: absolute !important;
    top: 6.29% !important;
    right: auto !important;
    bottom: auto !important;
    left: 7.88% !important;
    width: 83.73% !important;
    height: 77.77% !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: none !important;
    object-fit: cover !important;
    object-position: center !important;
    aspect-ratio: auto !important;
    float: none !important;
    clip-path: none !important;
    transform: none !important;
    transition: none !important;
}

.ilac-ereader__frame {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url(../img/ereader-frame.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    pointer-events: none;
}

.ilbs-card__media > .ilac-ereader {
    width: 100%;
    height: auto;
    align-self: flex-end;
}

.ilbs-editors__feature .ilbs-card__media > .ilac-ereader {
    width: 229px;
    height: auto;
}

.ilbs-editors__grid .ilbs-card__media > .ilac-ereader {
    width: 116px;
    height: auto;
}

.ilbs-tip__media > .ilac-ereader {
    width: 169px;
    height: auto;
}

.searchBookCard .sbcThumb > .ilac-ereader {
    width: 211px;
    height: auto;
}

.book-cover-slider-for .ilac-ereader {
    display: block;
    width: 258px;
    height: auto;
    margin: 0 auto;
}

.bookshop-wrap .book-container .book-image > .ilac-ereader {
    width: 196px;
    max-width: none;
    height: auto;
}

@media only screen and (max-width: 1190px) {
    .bookshop-wrap .book-container .book-image > .ilac-ereader {
        width: 187px;
    }
}

@media only screen and (max-width: 1050px) {
    .bookshop-wrap .book-container .book-image > .ilac-ereader {
        width: 258px;
    }
}

@media only screen and (max-width: 980px) {
    .bookshop-wrap .book-container .book-image > .ilac-ereader {
        width: 225px;
    }
}

@media only screen and (max-width: 900px) {
    .bookshop-wrap .book-container .book-image > .ilac-ereader {
        width: 200px;
    }
}

@media only screen and (max-width: 810px) {
    .bookshop-wrap .book-container .book-image > .ilac-ereader {
        width: 184px;
    }
}

@media only screen and (max-width: 720px) {
    .bookshop-wrap .book-container .book-image > .ilac-ereader {
        width: 161px;
    }
}

@media only screen and (max-width: 680px) {
    .bookshop-wrap .book-container .book-image > .ilac-ereader {
        width: 258px;
    }
}

@media only screen and (max-width: 640px) {
    .ilbs-tip__media > .ilac-ereader {
        width: 100%;
    }

    .ilbs-editors__feature .ilbs-card__media > .ilac-ereader,
    .ilbs-editors__grid .ilbs-card__media > .ilac-ereader {
        width: 116px;
    }
}

@media only screen and (max-width: 590px) {
    .bookshop-wrap .book-container .book-image > .ilac-ereader {
        width: 213px;
    }
}

@media only screen and (max-width: 500px) {
    .bookshop-wrap .book-container .book-image > .ilac-ereader {
        width: 177px;
    }
}

@media only screen and (max-width: 430px) {
    .bookshop-wrap .book-container .book-image > .ilac-ereader {
        width: 151px;
    }
}
