.c-clockdiv{
	font-family: sans-serif;
	color: #fff;
	display: inline-block;
	font-weight: 100;
	text-align: center;
	font-size: 30px;
}

.c-clockdiv > div{
	padding: 10px;
	padding-top: 20px;
	border-radius: 3px;
	display: inline-block;
}

.c-clockdiv div > span{
	padding: 15px;
	border-radius: 3px;
	background: #000;
	opacity: .5;
	display: inline-block;
}

.days .hours .minutes .seconds{
	width: 20%;
}

.smalltext{
	padding-top: 5px;
	font-size: 16px;
}

@media (max-width: 480px) {
	.c-clockdiv > div{
		width:25%;
	}
	.days .hours .minutes .seconds{
		width:25%;
	}
	.smalltext{
		font-size: 12px;
	}
}

.left-side-pic{
	float: left;
}

.right-side-pic{
	float: right;
}

.author-lengthen{
    padding-bottom: 168px;
}

.author-lengthen {
    color: #000000;
	font-weight: 600;
}

.gallery-overlay-text{
    font-size: 1rem !important;
	float:left;
	margin-left: -4rem;
	margin-top: -3rem;
}

.lower-arrow {
    bottom: 24px;
}