
.masthead-inner {
    position: relative;
}

.masthead-inner-image {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.masthead-inner-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: 'object-fit: cover;'
}

.masthead-inner-content {
    width: 100%;
    height: 100%;
    color: #025A59;
    z-index: 9;
    position: relative;
    padding: 30px 0;
    text-align: center;
}

.masthead-inner-content h1 {
    color: #025A59;
    letter-spacing: 1.2px;;
}

