




.hhs-blog-post-mod {position: relative; z-index: 1;}
.hhs-blog-post-mod .row {position: relative; z-index: 2;}
.hhs-blog-post-mod {position: relative;}
.hhs-blog-post-mod .row {
  z-index: 2;
  position: relative;
}

.hhs-post-feat-img {
 background-size: cover;
  background-position: center;
}

.hhs-post-summary p,
.hhs-post-summary p,
.hhs-post-summary p,
}

.hhs-post-content .hhs-post-summary a {
 display: inline; 
  color: #464646; 
} 

.col-repeat {
 display: flex; 
}

.hhs-blog-post-card{
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
  margin-bottom: 0px;
  width: 100%;
}

.hhs-blog-post-card:hover {
  -moz-transform: scale(1.01);
  -webkit-transform: scale(1.01);
  -o-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
}

.hhs-blog-post-card h3,
.hhs-blog-post-card h4,
.hhs-blog-post-card h5 
}

.hhs-blog-post-card a:hover {
  text-decoration: none;
}

.hhs-post-content a{

  margin-bottom: 0px;
  margin-top: 0px;
  display: block;
}

.hhs-post-meta p {
  margin-top: -10px;
 opacity: 0.7; 
 font-size: 0.8em;

}

.hhs-blog-post-mod video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: initial;
}

@media (max-width: 575px) {
 .hhs-blog-post-card {
   margin-bottom: 0px;
   height: auto;
  }
}