.modalClose {
    position: absolute;
    right: 5%;
    top: 5%;
}


.modal-md-fullscreen {
    width: 100vw !important;
    height: 100vh !important;
    margin: 0;
    top: 0;
    left: 0;
}





.teamHero {
    height: 75vh;
    background-image: url(../images/hotelier.jpg);
    /* mask-image: linear-gradient(to bottom, transparent 0%, black 0% 80%, transparent 100%); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


/* Media Query for Mobile Devices */
@media (max-width: 480px) {

    .modalClose {
        top: 3%;
    }

    .teamHero {
        height: 70vh;
    }
}

/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 1024px) {

    .teamHero {
        height: 75vh;
    }

}

/* Media Query for Laptops and Desktops */
@media (min-width: 1025px) and (max-width: 1280px) {

    .teamHero {
        height: 50vh;
    }

}
