.wf7000_series_teaser_container {
	background: black;
	width: 100%;
	color: white;
	font-family:Helvetica,Arial,sans-serif;
	font-size:16px;
	font-weight:normal;
	line-height:24px;
    overflow: hidden;

}

.wf7000_series_teaser_outer {
	max-width: 990px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.wf7000_series_teaser_outer  h3 {
	font-size: 28px;
	font-weight: 300;
	color: white;
	margin-top: 0;
    margin-bottom: 0;
}

.wf7000_series_teaser_outer  p {
    margin-bottom: 0px;
    margin-top: 12px;
}

.wf7000_series_teaser_left {
	float:left;
	width: 40%;
	display: block;
    overflow: hidden;
	padding: 15px;
	margin-bottom: 20px;
}

.wf7000_series_teaser_right {
	float: right;
	width: 60%;
	display: block;
    overflow: hidden;
}

.wf7000_series_teaser_image {
	display: block;
}

img.wf7000_series_teaser_paper_icon{
	margin-top: -10px;
    margin-bottom: 0px;
}

@media screen and (min-width: 700px) {
	.wf7000_series_teaser_vertical-center {
	  position: absolute;
	  top: 50%;
	  transform: translateY(-50%);
	}
}

.series_teaser_btn {
	background-color: #ebebeb;
	color: #10218b;
	text-transform: uppercase;
	padding: 15px;
	font-weight: 700;
	font-size: 12px;
	border: none;
	margin-bottom: 10px;
}

.series_teaser_btn.wf7000_series_teaser_paper_btn {
    float: left;
    margin-right: 10px;
}

.series_teaser_btn:hover {
	background-color: #d9d9d9;
}

.wf7000_series_teaser_clearfix {
	clear: both; 
	zoom: 1;
}

@media screen and (max-width: 1000px) {
	.wf7000_series_teaser_left {
		width: 50%;
	}

	.wf7000_series_teaser_right {
		width: 50%;
	}
	.wf7000_series_teaser_image {
		/*width: auto;*/
	    min-height: 325px;
	}
}

@media screen and (max-width: 700px) {
	.wf7000_series_teaser_container {
		text-align: center;
	}

	.wf7000_series_teaser_left {
		width: calc(100% - 30px);
		float: left;
		display: block;
	}

	.wf7000_series_teaser_right {
		width: 100%;
		float: left;
		display: block;
	}
	.wf7000_series_teaser_image {
		width: 100%;
	    min-height: 125px;
	    margin: 0 auto;
	    position: relative;
	}
}