#paper-wrap{
	width: 805px;
	height: 900px;
	margin-left: 20px;
	margin-top: 20px;
	background-color: bisque;
}

#paper-title{

	height: 70px;
	width: 300px;
	font-family: Quicksand;
	font-size: 20px;
	letter-spacing: 3px;
	margin-left: 80px;
	margin-top: 40px;
}

.wrapper1 {
	display: flex;
	background-color: transparent;
	height: 600px;
	margin: auto;
	flex-wrap: wrap;	
	width: 720px;
}

.media img{
	width: 200px;
	max-width: 100%;
	height: 200px;
	padding: 20px;

}

.media{

	position: relative;
	display:inline-grid;
	justify-content: center;
	align-items: center;

}

.layer {
	opacity: 0.4;
	position: absolute;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60%;
	height: 50%;
	margin: 20%;
	background: #FFF;
	color: #151E3F;

}

p {
	text-align: center;
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: 700;
}

.media:hover .layer{

	transform-origin: 50% 50%;
	transform: scale(1.2);
	transition: all 0.5s ease;
	width: 60%;
	
}
