.page_banner.products {
    background: url(/Files/App_002/Images/page_banner.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    min-height: 350px;
}

@media (max-width: 768px) {
.page_banner.products {
    width: 100%;
    min-height: 250px;
}
}
