.mb-10 {
    margin-bottom: 10px;
}

.ml-10 {
    margin-left: 10px;
}

.w-100 {
    width: 130px;
    display: inline-block;
}

.has-bg-img { /*background: url('../img/hero.jpg')center center; background-size:cover;*/ overflow: hidden; position: relative; }

.has-bg-img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    opacity: 0.6;
}