{# Grid Item #}
.resource-listing__box { position: relative;}
.resource__img{display: flex;flex-direction: column;justify-content: flex-end;align-items: flex-start;background-size: cover;background-position: center;background-repeat: no-repeat; transition: all 1s ease;}
.resource__img img {width: 100%;max-width: 100%;height: 50%;}
.resource__link{width: 100%;height: 100%;z-index: 999;}
.resource__title--2 {padding: 2vh;    position: absolute;bottom: 0;left: 0;right: 0;}
.resource__title--2 h3 {font-weight: 100!important;color:#fff!important;}
.resource__more__info{padding-top: 5px;}
.resource__title--h3--2 {line-height: 1.15}
.resource-listing__box a {text-decoration: none!important;}
 .resource__title--2 h3 {font-size: 2rem;}

@media (max-width: 650px) {
  .resource__title--2 {
   position: absolute;
   text-align: center;
   top: 40%;
  }
  
  .resource__title--2 h3 {
  font-size: 6vw;
  }
}


{# Responsive Query #}
.resource-listing__box:hover .resource__img{
transform: scale(1.2);

  
}
