#product-container .shop-title{
    margin-top: 18px;
    margin-bottom: 0;
}
#product-container .shop-title a {
    font-size: 28px;
}

#product-section .work-images a{
    float: left;
    width: 300px;
    height: 260px;
    border: 2px solid #747474;
    border-radius: 6px;
    margin: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 300px 260px;
}

@media (max-width: 800px) {
    #product-container {
        padding-top: 5px;
    }
    #product-container .shop-title a {
        font-size: 18px;
    }

    #product-container #product-nav{
        display: none;
    }

    #product-section .work-images a{
        width: 200px;
        height: 160px;
        background-size: 200px 160px;
    }
  }

  @media (max-width: 480px) {
    #product-section .work-images a{
        width: 100px;
        height: 80px;
        background-size: 100px 80px;
    }
  }