.blog-image {
  margin-bottom: 10px; }
  @media (min-width: 992px) {
    .blog-image {
      margin-bottom: 21px; } }
  .blog-image a {
    display: block; }
    .blog-image a img {
      width: 100%;
      max-width: 100%; }

#homepage-blog {
  margin-top: 30px;
  margin-bottom: 0; }
  @media (min-width: 1200px) {
    #homepage-blog {
      margin-top: 52px; } }
  #homepage-blog .title_block {
    margin-bottom: 5px; }
    #homepage-blog .title_block:after {
      display: none; }
  #homepage-blog .date-added {
    font-size: 14px;
    color: #333333;
    margin: 0; }
  #homepage-blog h5 {
    margin: 8px 0 0; }
    #homepage-blog h5 .product-name {
      font: bold 20px/1.3 "PT Sans", sans-serif; }
      @media (min-width: 768px) and (max-width: 1199px) {
        #homepage-blog h5 .product-name {
          font-size: 18px; } }
      @media (min-width: 480px) and (max-width: 767px) {
        #homepage-blog h5 .product-name {
          font-size: 16px; } }
  #homepage-blog .blog-image a {
    display: block;
    position: relative;
    padding-bottom: 80.48%;
    overflow: hidden; }
    #homepage-blog .blog-image a:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background: #333333;
      opacity: 0;
      -moz-transition: 0.3s all ease;
      -o-transition: 0.3s all ease;
      -webkit-transition: 0.3s all ease;
      transition: 0.3s all ease;
      z-index: 1; }
    #homepage-blog .blog-image a:after {
      font-family: "Linearicons";
      content: "\e917";
      display: inline-block;
      font-weight: normal;
      font-style: normal;
      font-size: 36px;
      position: absolute;
      left: 50%;
      top: 50%;
      -moz-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
      -o-transform: translate(-50%, -50%) scale(0);
      -webkit-transform: translate(-50%, -50%) scale(0);
      transform: translate(-50%, -50%) scale(0);
      color: white;
      -moz-transition: 0.3s all ease;
      -o-transition: 0.3s all ease;
      -webkit-transition: 0.3s all ease;
      transition: 0.3s all ease;
      z-index: 1; }
    #homepage-blog .blog-image a:hover:before {
      opacity: 0.2; }
    #homepage-blog .blog-image a:hover:after {
      -moz-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
      -o-transform: translate(-50%, -50%) scale(1);
      -webkit-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1); }
    #homepage-blog .blog-image a img {
      position: absolute;
      top: 0;
      left: 50%;
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      -webkit-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      height: 100%;
      width: auto;
      max-width: none; }
  #homepage-blog .comment {
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 0; }
    #homepage-blog .comment:before {
      font-family: "Linearicons";
      content: "\e7d6";
      display: inline-block;
      font-weight: normal;
      font-style: normal;
      font-size: 18px;
      line-height: 1;
      vertical-align: top;
      margin-right: 2px; }
    #homepage-blog .comment a {
      color: #333333; }
      #homepage-blog .comment a:hover {
        text-decoration: underline; }
  #homepage-blog li {
    margin-top: 30px; }
    @media (min-width: 480px) and (max-width: 767px) {
      #homepage-blog li {
        margin-top: 15px; } }
    @media (min-width: 992px) {
      #homepage-blog li.first-in-line {
        clear: left; } }
    @media (max-width: 479px) {
      #homepage-blog li {
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 991px) {
      #homepage-blog li.first-item-of-tablet-line {
        clear: left; } }
    @media only screen and (max-width: 767px) {
      #homepage-blog li.first-item-of-mobile-line {
        clear: left; } }
