.dynamic-wrap {
	transition: max-height 0.25s ease-in-out;
	width: 100%;
	overflow: hidden;
	position: relative;
}

a.dynamic-show-more {
	color: #22b3fa;
	font-size: 15px;
	font-weight: bold;
}

.height-active .dynamic-wrap:before{
	content: '';
	position: absolute;
	left: 0px;
	right: 0;
	bottom: 0;
	height: 40px;
	background: -moz-linear-gradient(top, rgba(240, 249, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(240, 249, 255, 0)), color-stop(100%, rgba(255, 255, 255, 1)));
	background: -webkit-linear-gradient(top, rgba(240, 249, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: -o-linear-gradient(top, rgba(240, 249, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	background: -ms-linear-gradient(top, rgba(240,249,255,0) 0%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(240, 249, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
	z-index: 1;
}
