progress[value] {
	/* Reset the default appearance */
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/* Get rid of default border in Firefox. */
	border: none;
	/* Dimensions */
	width: 100%;
	height: 20px;
}

progress[value]::-webkit-progress-bar {
	background-color: #D5D5D5;
	color: #D5D5D5; /* ie10 */
	border-radius: 2px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}

progress[value]::-moz-progress-bar {
	background-color: #D5D5D5;
	color: #D5D5D5; /* ie10 */
	border-radius: 2px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}

.mobile-image-description {
	display: block;
	width: 95%;
	text-align: center;
	margin-bottom: 30px;
	font-size: 14px;
}