.ThisIsThinkPadBanner {
	background-image: url("../images/gradientBKGRD.jpg");
	height: 181px;
	display:inline-block;
	position:relative;
}
.productHeader {
	font-family:lenovo-do-regular, sans-serif;
	font-size: 1.875em; /* 30px */
	position: relative;
	/* top: 10%; */
	text-transform: uppercase;
	color:#fff;
	display: inline-block;
}
.productTxt {
	font-size: 1em /* 16px */;
	color: #fff;
	font-family: sans-serif;
	position: relative;
	line-height: 1.25em;
	margin-right: 3%;
}
.LenovoRed {
	color: #dc291e;
}
.productImg2 {
	width: 21.063em; /*337px */
	height: 13.938em; /* 223px */
	float: left;
	position: relative;
	left: 1.250em; /* 20px */	
	top: -1.250em; /* 20px */
	z-index: 50;
	display: inline;
}
.productImg2Mobile {
	display:none;
}
.button {
	position: absolute;
	bottom: 5%;
	right:3%;
	width: 18.5em; /* 296px */
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .750em; /* 12px */
	padding: .5em; /* 8px */
	border: 1px solid #206485;
	color: #fff;
	text-transform: uppercase;
	/* gradient colors */
	background: #4fb4e3;
	background-image: -moz-linear-gradient(top, #4fb4e3, #01618d);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#4fb4e3), to(#01618d));
	background-image: -o-linear-gradient(top, #4fb4e3, #01618d);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#51b6e2', endColorstr='#02618b');
	background-image: linear-gradient(top, #4fb4e3, #01618d);
}
#triangle-right {
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-left: 10px solid #fff;
	border-bottom: 5px solid transparent;
	float: right;
	position:relative;
	right: 3%;
	margin-top: 1.5%;
}

/* begin media queries */
@media (max-width:980px) {
	.productTxt {
		font-size: .875em; /* 14px */
		top: -.60em;
	}
	.button {
		/* bottom: 7%; */	
	}
}
@media (max-width: 895px) {
	.ThisIsThinkPadBanner {
		background-image: url("../images/gradientBKGRD.jpg");
		padding-bottom: 28px;
		background-position: top left;
	}
}

@media (max-width:720px) {
	.ThisIsThinkPadBanner {
		background-image: url("../images/gradientBKGRD.jpg");
		padding-bottom: 5px;	
	}
	.productHeader {
		font-size: 1.688em; /* 27px */
		left: -15%;
	}
	.productTxt {
		font-size: 0.859em; /* 13.75px */
		left:-15%;
		width: 108%;
		line-height: 1.3em;
		padding-bottom: 30px;
	}
}
@media (max-width: 630px) {
	.ThisIsThinkPadBanner {
		background-color:#262627;
		background-image: url("../images/gradientBKGRDMobile.png");
		background-repeat: no-repeat;
		background-position: bottom left;
		height:auto;
	}
	.productHeader {
		text-align:center;	
		left: 0;	
		margin: auto;
		top: 2%;
		display:block;
}
	.productTxt {
		margin:auto;
		width: 95%;
		text-align: center;
		margin-bottom: 5px;
		left: 0;
}
	.button {
		position:relative;
		margin:auto;
		float: none;
		top: -20px;
	}
	.productImg2 {
		display:none;
	}
	.productImg2Mobile {
		width: 21.063em; /*337px */
		height: 13.938em; /* 223px */
		position:relative;
		top: 0;
		left: -17%;
		display:block;
		margin:auto;
	}
}
@media (max-width: 525px) {
	.productImg2Mobile {
		width: 21.063em; /*337px */
		height: 13.938em; /* 223px */
		position:static;
		display:block;
		margin:auto;
	}
}
@media (max-width: 360px) {
	.ThisIsThinkPadBanner {
		background-image: url("../images/gradientBKGRDMobile.png");
	}
	.productImg2Mobile {
		width: 100%; 
		height: auto;
		position:static;
		display:block;
		margin:auto;
	}
	.productHeader {
		line-height:1em;
		margin-bottom: .5em;	
	}
	.productImg2Mobile img {
		width: 100%;
	}
	.button {
		z-index: 20;
		width:75%;
		margin:auto;
		text-align:center;
		line-height:1em;
	}
	#triangle-right {
		display:none;
	}
}

