@media (max-width: 991px) {
    .slide-image {
        width: 100% !important;
        height: 90% !important;
        top: 5%;
    }
    .slide-image > div {
        border-radius: 1rem;
    }
    .slide-text {
        left: 0px;
        right: auto;
        top: auto;
        bottom: 5%;
        padding: 0.5rem !important;
        height: auto;
        width: 100%;
        border-top-left-radius: 0 !important;
        border-top-right-radius: 0 !important;
        background-color: rgba(255, 255, 255, 0.8) !important;
    }
    .slide-text h4 {
        font-size: 1.25em !important;
    }
    .slide-text p {
        font-size: 1em !important;
    }
    #home-slide {
        top: -84px;
    }
    #home-slide > .carousel-indicators {
        margin-bottom: 0rem;
        bottom: -2rem !important;
        left: 0rem !important;
        right: 0rem !important;
    }
    #container-vision-mission {
        top: 0% !important;
        background-color: transparent;
        position: absolute;
        background-image: none;
    }
    #parent-vision-mission {
        background-image: url("img/mission-bg.jpg");
        height: 100% !important;
    }
    .wow-caption {
        margin-bottom: 0px;
    }
    .grid-outer > .column-wrap > .content-wrap > .content:hover,
    .grid-outer > .column-wrap > .content-wrap > .content:active {
        width: 370px;
        height: 146px;
        padding: 15px 18px;
    }
    .grid-outer
        > .column-wrap
        > .content-wrap
        > .content
        > .content-inner
        > .img-wrap,
    .grid-outer
        > .column-wrap
        > .content-wrap
        > .content
        > .content-inner
        > h4 {
        display: inline-block;
    }
    .grid-outer
        > .column-wrap
        > .content-wrap
        > .content
        > .content-inner
        > .img-wrap
        > img {
        margin-top: -0.5rem;
    }
    .grid-outer
        > .column-wrap
        > .content-wrap
        > .content
        > .content-inner
        > h4 {
        margin-bottom: 0px;
    }
    .grid-outer
        > .column-wrap
        > .content-wrap
        > .content
        > .content-inner
        > .img-wrap
        > img {
        width: 35px;
        height: 35px;
    }
    .home-message-image {
        width: 75% !important;
        height: 75% !important;
    }
    .home-message {
        background-color: #014485;
        padding: 1.5rem !important;
    }
    .home-message-name > span {
        font-size: 1.5rem;
    }
    .home-message-caption {
        font-size: 0.8rem;
    }
    .home-message-text {
        font-size: 1rem !important;
    }
    .h-75-home-vision{
        height: 83% !important;
    }
}
