/* Custom SM */
.white { color: #ffffff; }
.oneaxis {
    background: url(../images/oneaxis.jpg) no-repeat center center;
    background-size: cover;
    min-height: 800px;
}
.oneaxis {
    background: url(../images/oneaxis.jpg) no-repeat;
    background-size: cover;
    min-height: 100px;
}


