.section--jumbotron {
    position: relative;
    padding: 0;
    margin-bottom: 0;
}
.section--jumbotron .row {
    margin: 0;
}
.jumbotron-grid {
    margin-bottom:40px;
}
.jumbotron-grid [class*="col"] {
    padding: 10px;
}

.jumbotron-grid img {
    position: relative;
    z-index: 0;
}
.jumbotron-grid a {
    position: relative;
    line-height: 0; /* removes padding around images when focusing/hovering */
    min-height: 100px;
    height: 100%;
}
.jumbotron-grid a > div {
    width: 100%;
    height: 100%;
}

.jumbotron-grid .overlay-text {
    position: absolute;
    z-index: 1;
    bottom: 10px;
    left: 10px;
    color: #fff;
    text-shadow: 2px 0 5px #333;
    width: 80%;
    width: calc(100% - 20px);
    height:auto;
}
.jumbotron-grid [class*="col"].hero .overlay-text h2 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    line-height: 1.8rem;
    margin: 0;
}
@media (min-width: 420px) {
    .jumbotron-grid [class*="col"].hero .overlay-text h2 {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 14px;
        line-height: 1.4rem;
    }    
}


@media (min-width: 768px) {

    .jumbotron-grid [class*="col"].hero1x1 .overlay-text h2,
    .jumbotron-grid [class*="col"].hero2x1 .overlay-text h2 {
        font-size: 20px;
        font-size: 2.0rem;
        line-height: 24px;
        line-height: 2.4rem;
    }
    .jumbotron-grid [class*="col"].hero2x2 .overlay-text h2 {
        font-size: 34px;
        font-size: 3.4rem;
        line-height: 38px;
        line-height: 3.8rem;
    }    

}