@charset "UTF-8";
/* CSS styles */
img {
margin: 0 auto;
}
.container {
    position: relative;
}
.image {
	position: static;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	height: auto;
	display: block;
}
.center {
    position: absolute;
	left: 20%;
	right: 20%;
    bottom: 20px;
    font-size: 18px;
	font-family: Arial, Verdana, sans-serif;
	color: #ffffff
}
.icon {
	max-width: 60px;
	width: 60px;
	padding: 15px;
	height: auto;
	opacity: 1;
	filter: alpha(opacity=100);
}
.icon:hover {
	opacity: 0.6;
    filter: alpha(opacity=60);
}
/* comments */
@media only screen and (max-width: 680px), screen and (max-device-width: 680px) {
.icon {
	max-width: 50px !important;
	width: 50px !important;
	padding: 5px;
	height: auto;
}
.name {
	font-size: 40px !important;
	line-height: 40px !important;
}
.header {
	font-size: 13px !important;
	line-height: 15px !important;
}
}