.carousel {
    /* max-height: calc(100vh - 57px)!important; */
}

a.mcp12 {
    color: #ffffff;
    background-color: #004d8f;
    border-radius: 24px;
    border-style: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 30px;
    white-space: nowrap;
}

.navbar-brand img {
    max-width: 215px;
    height: auto;
}

.welcome-area {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100vh !important;
}

@media(min-width:768px) {
    .navbar-brand img {
        max-width: 375px;
    }
    .welcome-area {
        position: relative;
        z-index: 2;
        width: 100%;
        height: 100vh !important;
    }
}

.carousel-item {
    position: relative;
}

.carousel-item div {
    position: absolute;
    text-align: center;
    bottom: 30px;
    right: 0px;
    background-color: rgba(0, 0, 0, 0.575);
}

.carousel-item div p {
    color: white!important;
    padding: 20px 10px;
    line-height: 16px;
}

@media(min-width:768px) {
    padding: 20px 30%;
}

.carousel-inner>.bg-img {
    background-size: contain!important;
}