html {
    font-size: 16px;
}

.gslide-description {
    display: none;
}

.templateux-logo img {
    height: 50px;
    width: 100%;
    max-width: 100px;
    object-fit: cover;
}

.staff:hover .desc {
    height: 320px;
}

.templateux-cover:before {
    background:
        rgba(0, 0, 0, 0.5);
}

.owl-carousel .owl-item img {
    height: 100%;
    max-height:
        425px;
    object-fit: cover;
}

.element-animate img {
    height: 400px;
    object-fit: cover;
    width: 100% !important;
}

.company-value-section img {
    width: 100%;
    height: 100%;
    max-height: 350px;
    object-fit: cover;
}

@media (max-width: 767.98px) {
    .templateux-cover .col-lg-6 {
        margin-top: 100px;
    }

    .owl-carousel .owl-item img {
        height: 450px;
    }

    .staff {
        height: 600px;
    }
}