.ax-read-more overlay-text{display:grid;gap:20px;text-align:center}.ax-read-more overlay-text .read-more-text{margin:0 auto;max-height:100px;max-width:720px;overflow:hidden;position:relative;transition:.2s ease-in-out}.ax-read-more overlay-text .read-more-text.overlay:after{background:linear-gradient(0deg,#f9f9f9 25%,hsla(0,0%,98%,0));content:"";height:100%;left:0;position:absolute;top:0;width:100%}.ax-read-more overlay-text .read-more-text.show{max-height:10000px}.ax-read-more overlay-text .read-more-text.show:after{background:none}.ax-read-more overlay-text .btn-read-more{cursor:pointer;margin:0 auto;width:-moz-fit-content;width:fit-content}.ax-read-more overlay-text .btn-read-more.hide{display:none}