.img-fluid {
    /* height: 100%; */
    max-width: 100%;
    filter: brightness(35%);
}

.img-fluid img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.img-div {
    padding-bottom: 7rem;
    position: relative;
    text-align: left;
}

.img-text {
    position: absolute;
    width: 70%;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-bottom: 14px;
}

.img-div-h {
    font-family: 'Bree Serif', serif;
    font-size: 3rem;
    color: #f6f6f6;
}

.img-div-p {
    font-family: 'Lobster', cursive;
    font-size: 1.5rem;
    color: yellow;
    padding-top: 12px;
    letter-spacing: 2.2px;
}

.img-btm-up-pad {
    padding-bottom: 2rem;
    padding-top: 2rem;
}

@media only screen and (max-width: 991px){
    .img-fluid img {
        width: 100%;
        height: 80vh;
        object-fit: cover;
    }
}
