.close-ebook-new {
    font-size: 42px;
    color: white;
    position: absolute;
    top: -12px;
    right: 0;
    height: fit-content;
    z-index: 999;
}

.close-ebook-new:focus {
    outline: none;
}

.ebook-hr{
    border-top: 1px solid #000;
    width: 250px;
    margin-top: 0;
}

.close-ebook {
    color: white;
    float: right;
    font-size: 36px;
    font-weight: bold;
    position: relative;
    top: -25px;
    right: -7px;
    z-index: 2;
}
.close-ebook:hover,
.close-ebook:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}