.product-container {}
  .product-container h2 {
    color: #092c82;
    font-size: 26px;
    font-style: italic;
    font-weight: 900;
    margin-bottom: 25px;
    text-align: center;
    text-transform: uppercase;
  }
  .product-container .see-all-products {
    background: url(../images/botao-veja-todos-os-produtos.png) no-repeat center top;
    display: block;
    height: 57px;
    margin: 40px auto 50px;
    max-width: 404px;
    transition: none;
  }
    .product-container .see-all-products:hover {
      background-position: center center;
    }
    .product-container .see-all-products:active {
      background-position: center bottom;
    }

@media only screen and (max-width: 767px) {
  .product-container .see-all-products {
    background: url(../images/see-all-products-mobile.png) no-repeat center top;
    display: block;
    height: 57px;
    margin: 40px auto 50px;
    max-width: 404px;
  }
}
