* {
	padding: 0;
	margin: 0;
}

.page-container img {
	display: block;
	width: 100%;
}

.link-box {
	position: relative;
}

.link-box a{
	position: absolute;
	bottom: 1%;
	left: 50%;
	transform: translateX(-50%);
	width: 56%;
	height: 10%;
}

.link-box .btn-2 {
	bottom: 9%;
	height: 14%;
}