.card-image {
    position: relative;
}

.card-image-overlay {
    position: absolute;
    right: 8px;
    bottom: 8px;
}

.card-image-overlay-left {
    position: absolute;
    left: 8px;
    bottom: 8px;
}

.items-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}

.items-container.no-h-gap {
    column-gap: 0;
}

.card {
    width: 252px;
}

.user-menu {
    right: 0;
    left: auto !important;
}

@media (max-width: 991px) {
    .user-menu {
        display: block;
    }
}

.type-selector {
    width: unset !important;
    flex-grow: 0 !important;
}

.modal-info-image {
    width: 250px;
    float: left;
}

.form-signin {
    max-width: 330px;
    padding: 1rem;
}

.form-signin .form-floating:focus-within {
    z-index: 2;
}

.move-drop {
    width: 16px;
}

.user-edit-block {
    min-width: 400px;
}




.vjs-live .vjs-time-control,
.vjs-live .vjs-time-divider,
.video-js .vjs-current-time,
.video-js .vjs-duration {
  display: block;
}

.video-js {
    height: calc(100dvh - 100px);
    min-height: 420px;
    max-height: 1080px;
}
