.alien-car {
    height: 100vh;
    position: absolute;
    width: 100%;
    z-index: 100;
    left: 0;
    top: 0;
}

.glopac-logo {
    position: absolute;
    top: 7vh;
    left: 26vw;
    width: 30vw !important;
    z-index: 10;
    object-fit: inherit !important;
    height: auto !important;
}

#glopachomecarousel .carousel-inner .carousel-item img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.header-logo {
    max-width: 250px;
    position: absolute;
    left: 17vw;
    top: 5vh;
    z-index: 10;
    border-left: 1px #fff solid;
    margin: 0 0 0 12px;
    padding-left: 12px;
}

.glopaclogo-header {
    position: absolute;
    top: 2vh;
    left: 4vw;
    width: 12vw;
    z-index: 10;
}

@media only screen and (max-width: 991px) {
    #glopachomecarousel .carousel-inner .carousel-item img {
        width: 100%;
        height: auto;
        object-fit: inherit;
    }

    .main-banner
    {
        height: auto !important;
    }

    .mob-hide
    {
        display: none;
    }

    .glopaclogo-header {
        position: absolute;
        top: 2vh;
        left: 4vw;
        width: 20vw;
        z-index: 10;
    }

    .header-logo {
        max-width: 145px;
        position: absolute;
        left: 24vw;
        top: 2.3vh;
        z-index: 10;
        border-left: 1px #fff solid;
        margin: 0 0 0 12px;
        padding-left: 6px;
    }
}