.landingJeans {
	box-sizing: border-box;
	float: left;
	width: 100%;
}
.headJeans1 {
	color: #ffffff;
	font-size: 1rem;
	letter-spacing: 2px;
	padding: 0.5rem 0 0.5rem 1.15rem;
	background: #000d42;
}
.linkImg {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	position: relative;
	width: inherit;
/*	width: 20%; */
}
.linkImg img {
	width: 100%;
	height: auto;
}
.linkImg div {
	position: absolute;
	top: 91%;
	left: 0;
	width: 100%;
	font-weight: 500;
	color: #000d42;
	font-size: 0.8125rem;
	text-align: center;
	letter-spacing: 1px;
}
.linkSmall {
	display: block;
	border-bottom: 1px solid rgba(0,13,66,0.2);
	background: #ffffff;
	font-size: 1.2rem;
	color: rgba(0,13,66,.8);
	letter-spacing: 1px;
	width: 100%;
	cursor: pointer;
	padding: 0.6rem 0;
}
.linkSmall:hover, .linkSmall:focus {
	background: rgba(0,13,66,0.1);
}
.linkSmall .head1 {
	font-weight: 500;
	width: 35%;
	text-align: center;
}
.linkSmall .head2 {
	font-weight: 300;
	width: 60%;
	text-align: left;
}
.linkSmall .blueArrow {
	width: 5%;
	text-align: left;
}
.tabImg {
	box-sizing: border-box;
	position: relative;
	display: block;
	border-right: 1px solid #000d42;
	font-size: 1.2rem;
}
.linkTab {
	text-align: center;
	display: block;
	padding: 3rem;
}
.scrollJeans .linkImg ~ .textImg {
	display: none;
}
.scrollJeans{
	position: relative;
	cursor: pointer;
	width: 20%;
	float: left;
}
.scrollJeans img {
	width: 100%;
}
.scrollJeans .linkImg {
	width: 100%;
}
.scrollJeans:hover .linkImg, .scrollJeans:focus .linkImg  {
	display: none;
}
.scrollJeans:hover  .linkImg ~ .textImg, .scrollJeans:focus .linkImg ~ .textImg {
	display: block;
	background: #ffffff;
	text-align: center;
	font-size: 1.2rem;
	padding: 13rem 0;
}

@media only screen and (max-width: 769px) {
	.linkImg div {
		top: 88%;
		font-size: 0.5rem;
	}
}