.layout{
	text-align:center;	
}

.game-field{
	display:none;
    
}

.table{
	display:table;
	border-spacing:20px;
	margin:auto;
}

.medium.table{
	border-spacing:10px;
	margin:auto;
}

.row{
	display:table-row;
	user-select:none;
	}
	
.imgCell{
	display:table-cell;
	user-select:none;
	
	}
.imgCell img{
	border-radius:10px;
	width:270px;
	height: 180px;
	box-shadow: 5px 5px 15px 0 #487eb8;
	user-select:none;
	}
.medium .imgCell img {
	border-radius:10px;
	width:180px;
	height: 120px;
	
}

	
.victory {
	display:none;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	padding: 200px;
	background-color:rgba(256,256,256, 0.5);
	
}

.victory img{
	width:1000px;
}

.victory p {
	font-size: 36px;
	
}
.again{
	font-size: 26px;
	padding: 20px;
	border-radius:10px;
	color: #2C998A;
}