.container2{
		width: 100%;
		padding: 5px;
		display: flex;
		flex-direction: row;
		justify-content: center;
	}

	.box{
	
    margin: 0px 1px;	
    transition: 0.5s;

	}
	.box:hover{
		transform: scale(1.3);
	
		z-index: 2;
	
	}
	#d2
	{
		visibility: hidden;
	
		position:absolute;
	
		margin-bottom:auto;
	}
		.box:hover #d2
	{
		visibility: visible;
		overflow: visible;
	}
	
