.readall {
    position: relative;
    text-align: left;
    box-sizing: border-box;
}

.readall-wrapper {
    position: relative;
    text-align: center;
    background-color: #eef8ff
}

.readall-button {
    position: absolute;
    display: inline-block;
    bottom: 20px;
    margin-left: -75px;
    width: 150px;
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
}


.readall-button:hover {
    color: #000000;

}


.readall-hide:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 25px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), white 75%);
}


@media (max-width:768px) {

    .readall-button {
        bottom:-15px;
    }

    .readall-button:hover {
        color: #000000;
        background: transparent;
    }
}
