{# 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: normal!important;color:#141414!important;font-size: 1.3em;font-weight: bold!important;}
.resource__more__info{padding-top: 5px;}
.resource__title--h3--2 {line-height: 1.3;}
.resource-listing__box a {text-decoration: none!important;}
.resource__title--2 p {margin: 0px!important;}

@media (max-width: 650px) {
  .resource__title--2 {
   position: absolute;
   text-align: center;
   bottom: 10%;
  }
  .resource__title--2 h3 {
  font-size: 6vw;
  }
  .resource__title--2 p {
    font-size: 16px;!important;
  }
}



