
.image-wrapper {
    width: 100%;
    height: 120px;
    overflow: hidden;
    margin-bottom: 15px;
}


.image-wrapper > img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    height: 90%;
    transition: all 0.5s;
}


.image-wrapper img:hover {
    height: 110%;
}

.banner-sm {
    padding: 80px 30px 30px;
    overflow: hidden;
}


.hero-banner {
    width: 100%;
    position: relative;
    display: block;
    height: 70vh;
    max-height: 600px;
    min-height: 500px;
    overflow: hidden;
}

.hero-banner > img,
.hero-banner > .overlay,
.banner-sm > img,
.banner-sm > .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.31);
    z-index: -1;
}

.overlay.darker {
    background: rgba(0,0,0,0.51);
}

.banner-sm > img {
    width: 100%;
    height: auto;
    min-height: 100%;
}

.banner-sm p { color: white; margin: 0; }
.banner-sm b { font-size: 110%; }
.banner-sm .content {
    z-index: 2;
}

.hero-banner > img {
    height: auto !important;
}

@media only screen and (max-width: 900px) {
    .hero-banner {
        overflow: hidden;
    }
    .hero-banner > img {
        width: auto !important;
        max-width: 1000% !important;
        height: 100% !important;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}


.hero-banner .content {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    padding: 50px;
    text-align: center;
}
.hero-banner * {
    color: white;
}

.hero-banner .content.slant {
    background: rgb(15 73 136 / 0.8);
    width: 100%;
    left: 0;
    transform: translateY(-50%);
    height: 100%;
}

.hero-banner .content.slant.half {
    max-width: 50%;
    width: auto;
    left: 50%;
    height: auto;
    bottom: 15px;
    top: auto;
    transform: translateX(-50%);
    padding: 15px;
    padding-left: 30px;
    padding-right: 30px;
}

.hero-banner .content.slant > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.hero-banner .content.slant.half div {
    position: relative;
    transform: none;
    top: auto;
    left: auto;

}

.hero-banner .content.slant > div h1 {
    font-size: 21px;
}

.dropcapped:first-child:first-letter {
    color: #0f4988;
    float: left;
    font-family: Georgia;
    font-size: 75px;
    line-height: 60px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
}

.h3, h3 {
    font-weight: bold;
}

.award {
    background: #f5f5f5;
    border-top: 3px solid #ddd;
}

.more {
    display: none;
}

.myBtn {
    background-color:white; /* Green */
    border: none;
    color: #0f71ba;
    padding: 0px;
    text-align: center;
    text-decoration: none;
    display: inline;
    font-size: 14px;
}
