.gpro {
    margin: 5px;
    float: left;
}

.gpro img {
    width: 100%;
    height: auto;
}

.descpro {
    margin-top: -5px;
    text-align: center;
    background-color: #f5f5f5;
    color: #6f6f6f;
    font-size: 14px;
}

.productsection{
    float:left;
    width:49%;
}

.productsection a{
    text-decoration: none;
    color:#575757;
}

.productsection a:visited{
    color:#575757;
}

.productsection a:hover{
    color:#865113;
}

.productsection img{
    width: 100%;
    padding-bottom: 11px;
    padding-top: 11Px;
 }   

.productimg img{
    width: 90px;
    height: 90px;
    padding: 0px;
 } 

.productimg{
    float:left;
    width:50%;
}

@media screen and (max-width: 740px) {

.productimg{
    float:none;
    width:100%;
}
    
.productsection{
    float:none;
    width:100%;
}
    
} 