/*First Screen*/
#backfs {
    width: 100%;
    /*height: 300px;*/
    background: url('../images/ProductBanner.jpg') center no-repeat;
    background-size: cover;
    display: flex;
    min-height: 400px;
}

#backfs .title {
    /*font-family: Roboto-Medium;*/
    font-size: 48px;
    color: #FFFFFF;
    letter-spacing: 1px;
    line-height: 1;
    font-weight: 500;
    margin-top:200px;
    margin-bottom:16px;
}
#backfs.has-sublines .title{
    margin-top:163px;
}
#backfs .subline{
    font-size: 24px;
    color: #FFFFFF;
    line-height: 32px;
    font-weight: 500;
    /*font-family: Roboto-Medium;*/
}
