.pagiNation{
	
}
img{
	max-width: 100%;
}
h1{
	position: absolute;
	top: 4vh;
	left: 50%;
	z-index: 9999;
	width: 44%;
	margin-left: -22%;
}
h2{
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 9999;
}
.tennistop{
	display: block;
	width: 16vw;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 9999;
}
ul.link{
	width: 100vw;
	position: absolute;
	bottom:0px;
	display: flex;
}
ul.link li{
	width: 33.333%;
	list-style: none;
	z-index: 999999;
	box-sizing: border-box;
}

ul.link li a{
	display: block;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
	transition: all .2s;
	padding: 2.5vh 0;
	box-sizing: border-box;
	border-top: 1.3px solid #111;
	border-right: 1.3px solid #111;
	background: rgba(255,255,255,0.5);
}
ul.link li:nth-of-type(3) a{
	border-right: none;
}
ul.link li a:hover{
	background: #f7d468;
}
ul.link li a img{
	display: block;
	line-height: 100%;
	margin: 0 auto;
	width: auto;
	height: 22px;
	transition: all .2s;
	vertical-align: bottom;
}
ul.link li:last-child a img{
	width: auto;
	height: 22px;
	transition: all .2s;
}
ul.link li a:hover img{
}
ul.link li a:after{
	content: "";
	display: block;
	position: absolute;
	right: 6px;
	bottom: 6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 11px 11px;
	border-color: transparent transparent #111 transparent;
	transition: all .2s;
}
ul.link li:last-child a:after{
}
ul.link li a:hover:after{
	border-width: 0 0 14px 14px;
}