					.content_block {
						overflow: hidden;
						position: relative;
					}

					@media(min-width: 1199px) {
						.content_block.hide {
							max-height: 810px;
						}
					}

					/*.content_block.hide:after{
	content: "";
	display: block;
	height: 100px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%)
}*/
					@media(max-width: 1199px) {
						.btn-more {
							display: none;
						}
					}
