﻿.business-header {
    height: 25vh;
    min-height: 150px;
    background: url('../../Images/imgvisa.jpg') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
