
.section {
	position: relative;
	padding: 0 0 20px 0;
	background-color: #000 !important;
}

#productMain .wrapper:nth-child(2) {
	margin-bottom: 5px;
}

.section .nolink,
.section .howto {
	position: absolute;
	right: 3em;
	bottom: 2em;
	padding: 0.5em 2em;
	background-color: #c7bb26;
	color: #000;
}

.section .howto:hover {
	text-decoration: none;
	background: none;
	color: #c7bb26;
	border: 1px solid #fff;
}

@media screen and ( max-width: 768px ) {
	.section .nolink,
	.section .howto {
		font-size: 80%;
	}
	
	.ctr .section {
		padding: 0 0 20px 0;
	}
	
}
