Slide Up Text mit Button

Titel 1

Your content goes here and here a little bit more.

lesen

Titel 1

Your content goes here and here a little bit more.

lesen

Titel 1

Your content goes here and here a little bit more.

lesen

Titel 1

Your content goes here and here a little bit more.

lesen


.img-hover-btn {
	overflow:hidden;
	min-height:330px;
	border:3px solid #fff;
	}

.img-hover-btn .et_pb_image{
	transform:scale(1.2);
	}

.img-hover-btn .et_pb_text {
	position: absolute;
	z-index: 2;
	padding:15px;
	cursor:pointer;
	transition: 0.2s ease-in-out;
	bottom:-45px;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
	}

.img-hover-btn:hover .et_pb_text {
	bottom:0;
	}

.img-hover-btn .btn-sm {
	background:#000;
	color:#fff;
	padding:6px 15px;
	transition: 0.2s ease-in-out;
	}

.img-hover-btn .btn-sm:hover {
	background:#fff;
	color:#000;
	}