html,body{
    height: 100%; 
}

.logo{
    max-height: 100%;
}
.bg-logo{
    background-color: #444;
}

.rounded-thumbnail {
    float: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.rounded-thumbnail img {
    padding: 10px;
    border: 1px solid #666;
    border-radius: 50%;
    float: left; 
    margin-right: 40px;
    margin-bottom: 40px;
}
.rounded-thumbnail caption {
    xfloat: right;
}
.services .ifs .customers-skewline {
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px;
    height: 30px;
}
.ifs {
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}
.ifs .customers-skewline.bottom {
    top: auto;
    bottom: 0;
}

.ifs .customers-skewline {
    position: absolute;
    top: 0;
    left: 12px;
    right: 12px;
    height: 30px;
}