[t6-wrp] {
	border:1px solid #e8e8e8;
	opacity:0;
	transition:opacity 0.5s ease-in-out;
}

[t6-wrp][show] {
	opacity:1;	
}

[t6-wrp-title] {
	text-align:center;
}

[t6-wrp-game] {
	position:relative;
}

[t6-obj] {
	position:absolute;
	height:auto;
        cursor:pointer;
        transition:transform 0.5s ease-in-out;
}

[t6-obj][num="0"] {
        cursor:default;
}

[t6-obj] img {
	width:100%;
	height:100%;
	object-fit:contain;
	
}

[t6-task] {
	text-align:center;
	min-height:50px;
        display:flex;
        justify-content:center;
	align-items:center;
}

[start-button] {
	display:block;
	width:150px;
	height:46px;
	background-color:#e8e8e8;
	text-transform:uppercase;
	font-size:14px;
        display:flex;
        justify-content:center;
	align-items:center;
	border-radius:5px;
	cursor:pointer;
	user-select:none;
	transition:opacity 0.5s ease-in-out;
}

[start-button][hide] {
	opacity:0;
}

[start-button]:active {
	transform:translate3d(1px,1px,0px);
}

[poster6] {
	min-width:170px;
	flex:0 0 190px;
	background-color:white;
        padding: 16px 32px 8px 32px;
        margin: 0px 0px 20px 32px;
}

[poster6] img{
	width:100%;
	height:100%;
	object-fit:cover;
}