@media (min-width:0px) and (max-width:576px) {
    .pe-navbar {
        padding-right: 0px;
    }

    #sm-navbar-left {
        padding-left: 11px !important;
    }

    .w-sm-full {
        width: 100%;
    }

    .our-team-images {
        width: 100%;
        height: auto;
        object-fit: cover;
        /* object-position: top; */
    }

    .widthset {
        width: 100%
    }

    .logo-nav-bar {
        width: 95px !important;
    }

    .about-us-images {
        width: 100%;
    }

    .banner-text-area>h2 {
        font-size: var(--skull--banner-textSizeMobile);
    }

    .header .containerr {
        padding: 0px 0px 0px 19px;
    }

    .slider-image-parent {
        height: 500px;
        max-height: 524px;
        position: relative;
    }


}

@media (min-width:576px) and (max-width:768px) {
    .pe-navbar {
        padding-right: 0px;
    }

    .slider-image-parent {
        height: 650px;
        max-height: 750px;
        position: relative;
    }
}

@media (min-width:768px) and (max-width:992px) {
    .pe-navbar {
        padding-right: 0px;
    }

    .slider-image-parent {
        height: 650px;
        max-height: 750px;
        position: relative;
    }
}

@media (min-width:992px) {
    .pe-navbar {
        padding-right: 85px;
    }

    #topNav {
        padding: 0px 65px;
    }

    .slidertext-container {
        width: 55%;
        left: 5%;
    }

    .h-set-login {
        height: 500px;
    }

    .slider-image-parent {
        height: 650px;
        max-height: 750px;
        position: relative;
    }

    .max-h-80 {
        max-height: 550px;
    }

    .max-h-75 {
        height: 350px;
        max-height: 450px;
        overflow: hidden;
        object-fit: cover;
    }

    .height-lg {
        height: 238px;
        object-fit: cover;
    }
}