.home-cards {
  background: white;
  text-align: center;
  cursor: pointer;
  padding-left: 1px !important;
  padding-right: 1px !important;
  margin-bottom: 20px;
}

.home-cards-preview {
	font-size: 1.3em;
	height: 290px; 
	padding-left: 5px !important;
	padding-right: 5px !important;
}

.home-cards-preview {
}

.card-1pt5mil { background: url(/assets/images/homepage/1.5%20Million%20Christians%20Inner.png); }
.card-51bishops { background: url(/assets/images/homepage/51%20Bishops%20Inner.png); }
.card-1church { background: url(/assets/images/homepage/1%20Church%20Inner.png); }


.home-cards-popup {
	font-family: sans-serif; background-color: rgb(28,67,93); color: white; text-decoration: none; margin: 0 auto; text-align: center; padding:9px; height: 290px; 
	display: none;
	border-radius: 5%;
}

.home-cards-text {
}

.home-cards-image { 	height: 225px; border-radius: 5%; overflow: hidden; background-size: cover; background-position: top; 	 }

.home-cards:hover .home-cards-preview { display: none; }
.home-cards:hover .home-cards-popup { display: block; }

.home-cards-stats {
  grid-area: stats; 
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;

  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  background: rgb(255, 7, 110);
}
.home-cards-stats .stat {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

  color: white;
  padding:10px;
}




/*****/


#countgrid .pt-cv-content-item {
	margin: 0;
	padding: 2px;
	overflow: visible;
}
#countgrid .pt-cv-content, #countgrid .pt-cv-content p{
	margin: 0;
	padding: 0;
}
#countgrid .pt-cv-content .counthide {
  	display: flex;
	padding: 2px;
	margin: 0;
	width: 100%;
	height: auto;
  	max-height:530px;
  	min-height: 200px;
	overflow: hidden;
	background-color: #4a4e54;
  	color: #ffffff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 0;
	-webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
   -moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
     -o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
        transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */

-webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
   -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
     -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); 
        transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
}

#countgrid .pt-cv-content {
}


#countgrid .pt-cv-content:hover {
 	position: static; 
}

#countgrid .pt-cv-content:hover .counthide {
	width: 100%;
	height: auto;
	opacity: 100;
	/*position: relative;*/
	overflow: visible;
	z-index: 100;
  
}
#countgrid .pt-cv-content .counthide img {
	margin: 0;
	width: 100%;
}

#countgrid .pt-cv-content:hover img {
 	width: 40%; 
}

#countgrid .pt-cv-content .counthide div {
	padding: 20px;
  	justify-content: left;
  	width: 0;
  	display: none;
}

#countgrid .pt-cv-content:hover .counthide div {
 	width: 60%;
  	display: block;
}

#countgrid .pt-cv-content:hover .gridnum {
	display: none;
	width: 0;
	height: 0;
}