.hero-video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    display: block;
}

.img-carousel {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.owl-carousel .owl-stage {
    padding-left: 0 !important;
}

.owl-carousel .owl-nav {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, -175%);
    margin-top: 0 !important;
    width: auto;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    z-index: 10;
}

    .owl-carousel .owl-nav button {
        background: transparent;
        border: none;
        padding: 0;
    }

    .owl-carousel .owl-nav img {
        width: 40px;
        height: auto;
    }