
a.seeanddo-btn {
	text-decoration:none;
	font-size: 100%;
	font: bold 16px Arial, Helvetica, sans-serif;
	position: relative;
    display: inline-block;
    width: 170px;
    text-align: center;
}
.seeanddo-hover {
	background: url('https://www.seeanddo.co.nz/buttons/misc/play.png') center center no-repeat;
	position: absolute;
	width: 170px;
	height: 114px;
	color: #676767;
	border-radius: 15px;
	left: 0px;
}
a.seeanddo-btn:hover .seeanddo-hover {
	background: url('https://www.seeanddo.co.nz/buttons/misc/white.png') repeat;
}

a.seeanddo-btn p:first-child
{
	font-weight: 600;
	margin-bottom: 5px;	
	font-size: 13px;
}

.seeanddo-hover p{
	display:none;
	text-align:center;
	position:relative;
	top:36px;
	padding:0 3px;
	margin: 0px;
}
.seeanddo-hover p span {
	font-size: 18px;
	text-transform:capitalize;
}
a.seeanddo-btn:hover p {
	display:block;
}
a.seeanddo-btn .gif {
	z-index: -1;
	left:3px;
	top:3px;
	width: 170px;
	height: 114px;
	border-radius: 15px;
}
