
#view-fr-products .next-button{
    float: right;
    background-color: #444444;
    border: 1px solid #444444;
}

#view-fr-products img{
    max-width: 80%;
}

@media (min-width: 768px) {
    #view-fr-products img{
        max-width: 150px;
    }
}

@media (min-width: 992px) {
}