  .home-wrapper {
    padding: 0 60px
  }

  @media only screen and (max-width:767px) {
    .home-wrapper {
      padding: 10px 10px;
    }
  }

  .thumbnail-wrapper figure {
    box-shadow: 0 1px 1px rgba(204, 197, 185, 0.5)
  }

  .thumbnail-wrapper a {
    display: block
  }

  .thumbnail-wrapper .thumb {
    padding: 0 5px;
  }

  .thumbnail-wrapper img {
    width: 100%;
    height: 257px;
    -webkit-transition: .2s;
    transition: .2s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }

  .thumbnail-wrapper figure {
    position: relative;
    margin-bottom: 10px;
    cursor: pointer;
    overflow: hidden;
    border: 2px solid #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  }

  .thumbnail-wrapper figure:hover .thumb-hover {
    opacity: 1
  }

  .thumbnail-wrapper figure:hover img {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }

  .thumbnail-wrapper figure:hover .btn {
    bottom: 80px
  }

  .thumbnail-wrapper figcaption {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 35%;
    text-align: left;
    content: "";
    background-color: rgba(255, 255, 255, 0);
    background: linear-gradient(transparent, #000 80%);
    background: linear-gradient(transparent, #000 80%);
    background: linear-gradient(transparent, #000 80%);
    background: linear-gradient(transparent, #000 80%);
    background: linear-gradient(transparent, #000 80%);
    a-index111;
    border-radius: 0px 0px 5px 5px;
  }

  .thumbnail-wrapper figcaption p {
    padding: 0px 5px;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    margin: 0px;
  }

  .thumbnail-wrapper figcaption a:hover {
    text-decoration: none
  }

  .thumbnail-wrapper .thumb-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    height: 100%;
    background-color: rgba(15, 15, 15, 0.7);
    a-index100;
    text-align: center
  }

  .thumbnail-wrapper .thumb-hover .btn {
    position: absolute;
    bottom: -50px;
    width: 100%;
    border-radius: 0;
    opacity: 0.8;
    display: block;
  }

  .thumbnail-wrapper img {
    height: 257px;
  }

  .rsz {
    width: 50%;
    display: inline-block;
  }

  @media (min-width: 560px) {
    .rsz {
      width: 33%;
    }
  }

  @media (min-width: 800px) {
    .rsz {
      width: 25%;
    }
  }

  @media (min-width:960px) {
    .rsz {
      width: 20%;
    }
  }

  @media (min-width:1200px) {
    .rsz {
      width: 16%;
    }
  }

  .btn-primary {
    color: #fff;
    background-color: rgba(70, 130, 180, 0.7);
    border-color: rgba(70, 130, 180, 0.6);
  }

  .btn-primary:hover {
    background: rgba(70, 130, 180, 0.9);
  }

  @media (min-width:960px) {
    .sidebar {
      width: 33%;
      display: inline-block;
      float: right;
    }

    .desc {
      width: 66%;
      display: inline-block;
    }
  }

  @media (max-width:960px) {
    .bcrumb {
      margin-top: 15px;
    }
  }