.vjs-top-logo {
    position: absolute;
    top: 1em;
    right: 1em;
    z-index: 2;
    transition: opacity 1s ease;
    opacity: 1;
}

.vjs-top-logo.vjs-hidden {
    opacity: 0;
}

.vjs-top-logo-container {
    display: flex;
    align-items: center;
}

.vjs-top-logo-img {
    max-width: 100px;
    max-height: 50px;
    cursor: pointer;
}

/*  */
/* bottom-banner */

@media (max-width: 600px) {
    .vjs-bottom-banner {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        width: 100%;
        height: 50px;
        z-index: 10;
    }

    .vjs-bottom-banner-img {
        width: 100%;
        max-height: 50px;
        height: 50px;
    }
}


@media (min-width: 600px) {
    .vjs-bottom-banner {
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        width: 100%;
        height: 150px;
        z-index: 10;
    }

    .vjs-bottom-banner-img {
        width: 100%;
        max-height: 150px;
        height: 150px;
    }
}

.vjs-bottom-banner-container {
    display: flex;
    align-items: end;
}

.vjs-bottom-banner-close {
    position: absolute;
    top: -12px;
    right: 24px;
    background-color: #fff;
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    cursor: pointer;
}

.vjs-bottom-banner.vjs-hidden {
    display: none;
}

/*  */

.vjs-skip-backward,
.vjs-skip-forward {
    width: 2em;
    cursor: pointer;
}

.vjs-skip-backward:before,
.vjs-skip-forward:before {
    line-height: 2;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.vjs-skip-backward:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    content: "\f100";


}
.vjs-skip-forward:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    content: "\f101";
}


@media (max-width: 767px) {
    .video-js .vjs-control {
        width: 3.4em !important;
        padding-left: 4px !important;
        padding-right: 4px !important;
    }
}


.h-full {
    height: 100%;
}
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.bg-red-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

.font-black {
    font-weight: 900;
}

.rounded-full {
    border-radius: 9999px;
}

.w-6 {
    width: 1.5rem;
    /* 24px */
}

.h-6 {
    height: 1.5rem;
    /* 24px */
}
