
/* Support Our Project */
.snip1369 {
    font-family: 'Raleway', Arial, sans-serif;
    position: relative;
    overflow: hidden;
    margin: auto 0px;
    min-width: 200px;
    max-width: 100%;
    width: 100%;
    background: #20638f;
    text-align: left;
    color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    font-size: 14px;
    float: left;
    margin-bottom: 25px; 
  }
  @-moz-document url-prefix() {
    .snip1369 {
      height: 370px;
    }
  }
  
  .snip1369 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  
  .snip1369 > img, .snip1369 .image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    max-width: 100%; }
  
  .snip1369 > img {
    vertical-align: top;
    position: relative;
    left: 20px;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    opacity: 0.6; 
  }
  
  .snip1369 figcaption, .snip1369 .image {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  
  .snip1369 .image {
    position: absolute;
    top: 0;
    bottom: 25%;
    right: 0;
    left: 0;
    overflow: hidden;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1), 0px 1px 0 rgba(255, 255, 255, 0.2); }
  
  .snip1369 .image img {
    position: absolute;
    top: 0; 
    width: 100vw;
  }
  
  .snip1369 figcaption {
    position: absolute;
    top: 75%;
    bottom: 36px;
    left: 20px;
    right: 20px;
    border-bottom: 2px solid #fff;
    padding-top: 20px;
    z-index: 1;
  }
  
  .snip1369 h3, .snip1369 p {
    margin: 0; }
  
  .snip1369 h3 {
    position: relative;
    top: -27px;
    font-weight: 500;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 1.2rem; 
    color: #fd972d;
}
  
  .snip1369 p {
    font-size: 0.8em;
    letter-spacing: 1px;
    font-weight: 400;
    opacity: 0; }
  
  .snip1369 .read-more {
    display: block;
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    line-height: 38px;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0 20px;
    color: #fff;
    right: 0;
    bottom: 0;
    position: absolute;
    font-size: 0.7em; }
  
  .snip1369 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1; }
  
  .snip1369:hover .read-more, .snip1369.hover .read-more, .snip1369:hover figcaption, .snip1369.hover figcaption {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  
  .snip1369:hover figcaption, .snip1369.hover figcaption, .snip1369:hover .image, .snip1369.hover .image {
    -webkit-transition-delay: 0s;
    transition-delay: 0s; }
  
  .snip1369:hover figcaption, .snip1369.hover figcaption {
    top: 50%; }
  
  .snip1369:hover .image, .snip1369.hover .image {
    bottom: 50%; }
  
  .snip1369:hover p, .snip1369.hover p {
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  /* End Support Our Project */
  