﻿.bg-overlay
{
    background: linear-gradient(rgba(0,0,0,.1), rgba(0,0,0,.1)), url("../images/home/bg-01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    height: 550px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.bg-no-overlay {
    background: url("../images/home/bg-01.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    height: 550px;
    padding-top: 50px;
    padding-bottom: 20px;
}

h4.prod-det
{
    line-height:1.6;
    font-size:19px;
    font-weight:400;
}

@media (max-width: 767px) 
{
 .bg-overlay
{
    background: linear-gradient(rgba(0,0,0,.1), rgba(0,0,0,.1)), url("../images/home/bg-01.jpg");
    
    color: #fff;
    height: 700px;
    padding-bottom: 20px;
    
}

.bg-no-overlay {
    background: linear-gradient(#3a4a97, #344287);
    
    color: #fff;
    height: 700px;
   padding-bottom: 20px;
    
}

  }