.gamelistcontain .gamelistbox3{
	float:left;
	width:25%;
	text-align:center;
	margin-bottom:10px;
	animation-name: pop-in;
	animation-duration: .18s;
	animation-fill-mode: forwards;
	animation-timing-function: ease-in-out display: block;
	
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
 
  overflow:hidden;
}

.gamelistcontain .gamelistbox3 img{
	width:97%;
	border-radius:3px;
}

.gamelistcontain .gamelistbox3 .gamelistname{
	font-size:11px;
	color:var(--bfont);
	margin-top:-15px;
}

figure.gamelistbox3 {
	float:left;
	width:33%;
	text-align:center;
	margin-bottom:10px;
	animation-name: pop-in;
	overflow:hidden;
}

figure.gamelistbox3 img {
  max-width: 100%;
  opacity: 1;
  width: 100%;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.snip0016{
	position:relative;
	height:15vw;
	margin-bottom:10px;
}

figure.snip0016 figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 60px;
  width: 100%;
  height: 100%;
}

figure.snip0016 h2,
figure.snip0016 p {
  margin: 0 0 5px;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s,-webkit-transform 0.35s,-moz-transform 0.35s,-o-transform 0.35s,transform 0.35s;
}
figure.snip0016 h2 {
  color:var(--main);
  font-weight: 699;
  white-space:nowrap;
  margin-top:5%;
  font-size:0%;
  text-transform: uppercase;
  -webkit-transform: translate3d(30%, 0%, 0);
  transform: translate3d(30%, 0%, 0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  text-shadow: 0 3px 30px black;
  
}
figure.snip0016 h2 span {
  font-weight: 800;
  
}
figure.snip0016 p {
	color:var(--main);
	font-size:14px;
  font-weight: 200;
  -webkit-transform: translate3d(0%, 30%, 0);
  transform: translate3d(0%, 30%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip0016 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  color: red;
}
figure.snip0016:hover img {
  /*opacity: 0.3;*/
  content:'1';
}
figcaption button {
	
  top: 50%;
  left: 50%;
  position: absolute;
  background-image: var(--m_topbtn);
  border: 0px;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  white-space:nowrap;
  border-radius:5px;
  letter-spacing: 1px;
  padding: 10px 20px;
  text-transform: uppercase;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  -webkit-box-shadow: 0 0 10px #000000;
  box-shadow: 0 0 10px #000000;
  cursor:pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

figure.snip0016:hover figcaption button {
  opacity: 1;
 -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}