.bbContinueReading {
	position: relative;
    overflow-y: hidden;
	cursor: pointer;
}

.bbContinueReading:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
	padding: 0.5rem 0;
    text-align: center;
	color: #000;
    background: #fff;
    -webkit-box-shadow: 0rem 0rem 2rem 2.5rem rgba(255,255,255,1);
    -moz-box-shadow: 0rem 0rem 2rem 2.5rem rgba(255,255,255,1);
    box-shadow: 0rem 0rem 2rem 2.5rem rgba(255,255,255,1);
}