/* Home hero banner */
#imgheader.imgstatic-bgimg {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 620px;
    box-sizing: border-box;
    background-position: center center;
}

#imgheader .imgstatic-text {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    z-index: 2;
    display: block;
    width: min(calc(100% - 48px), 1180px);
    margin: 0 auto;
    padding: 0 0 92px;
    text-align: left;
}

#imgheader .imgstatic-title {
    max-width: 900px;
    margin: 0 0 14px;
    line-height: 1.08;
}

#imgheader .imgstatic-desc {
    max-width: 760px;
    font-size: 20px;
    line-height: 1.45;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.22);
}

#imgheader .maskopacity {
    z-index: 1;
}

@media screen and (min-width: 1281px) {
    #slideadv .bottomsearch.h-search.md-search {
        bottom: 22px;
    }
}

@media screen and (max-width: 768px) {
    #imgheader.imgstatic-bgimg {
        min-height: 540px;
        background-attachment: scroll !important;
        background-position: center top;
    }

    #imgheader .imgstatic-text {
        width: calc(100% - 32px);
        padding-bottom: 56px;
    }

    #imgheader .imgstatic-title {
        font-size: 34px;
        line-height: 1.12;
    }

    #imgheader .imgstatic-desc {
        font-size: 16px;
        line-height: 1.45;
    }
}

@media screen and (max-width: 420px) {
    #imgheader.imgstatic-bgimg {
        min-height: 500px;
    }

    #imgheader .imgstatic-title {
        font-size: 29px;
    }
}

/* Elementor/shortcode pages with Plaza header */
body.mitrarooms-elementor-layout #main-inner.mitrarooms-elementor-main {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

body.mitrarooms-elementor-layout .mitrarooms-elementor-page,
body.mitrarooms-elementor-layout .mitrarooms-elementor-content {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

body.mitrarooms-elementor-layout .mitrarooms-elementor-content > *:first-child {
    margin-top: 0;
}

body.mitrarooms-elementor-layout .mitrarooms-elementor-content > *:last-child {
    margin-bottom: 0;
}

#vikwp-body .logomenupart,
#vikwp-body #lmpart,
#vikwp-body #mainmenu,
#vikwp-body #tbar-logo {
    box-sizing: border-box;
}

#vikwp-body #tbar-logo img {
    width: auto;
    max-width: min(240px, 56vw);
    height: auto;
}
