.image {
			/* the magic */
/*			display: block;*/
			width: 180px;
			height: 180px;
			overflow: hidden;
			-webkit-border-radius: 180px;
			-moz-border-radius: 180px;
			-ms-border-radius: 180px;
			-o-border-radius: 180px;
			border-radius: 180px;
			position: relative; 
			margin: 0px auto;
			text-align: center;
			margin-bottom: 10px;
			border: 3px solid #FFF;
			-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3),inset 0px 3px 8px rgba(0, 0, 0, 0.3);
			-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3),inset 0px 3px 8px rgba(0,0,0,0.3);
			box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3),inset 0px 3px 8px rgba(0, 0, 0, 0.3);
		}

		#img-prayer-books {
			max-width: 100%;
			height: 100%;
			vertical-align: middle;
			border: 0;
			-ms-interpolation-mode: bicubic;
		}

		.image span {
			display: none;
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			background: #888;
			background: rgba(0,0,0,.5);
			color: #fff;
			padding: 3em 1em 0;
		}

		/*.image:hover span {
			display: block;
		}*/




		h2 {
			position: relative;
			padding: 0;
			margin: 0;
			font-family: "Raleway", sans-serif;
			font-weight: 300;
			font-size: 25px!important;
			color: #080808;
			-webkit-transition: all 0.4s ease 0s;
			-o-transition: all 0.4s ease 0s;
			transition: all 0.4s ease 0s;
		}



		.three h2 {
			font-size: 28px;
			font-weight: 500;
			letter-spacing: 0;
			line-height: 1.5em;
			padding-bottom: 15px;
			position: relative;
		}
		.three h2:before {
			content: "";
			position: absolute;
			left: 0;
			bottom: 0;
			height: 5px;
			width: 55px;
			background-color: #DC3545;
		}
		.three h2:after {
			content: "";
			position: absolute;
			left: 0;
			bottom: 2px;
			height: 1px;
			width: 95%;
			max-width: 255px;
			background-color: #DC3545;
		}
