.content-grid-widget {
	position: relative;
}
.content-grid-widget .grid-cell {
	position: absolute;
}
.content-grid-widget .grid-cell > * {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
#more-contents {
	color: #0068ad;
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
	margin: 48px 0;
}
	#more-contents:hover {
		color: #7fb3d6;
	}	
	#more-contents .atlantic-down-arrow {
		margin: 0 auto;
		margin-top: 25px;
	}
		#more-contents:hover .atlantic-down-arrow {
			background-position: -401px -99px;
		}
