.dih-video-container {
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: white;
    text-align: center;
    display: none;
}

.dih-video-container.active {
    display: block;
}

.dih-video-container video {
    object-fit: cover;
    max-width: 100%;
    width: 100%;
    height: 100%;
  }

.dih-video-thumb {
    /* position: relative; */
}

.dih-video-thumb .material-icons {
    position: absolute;
    display: block;
    margin-top: 5px;
    margin-left: 5px;
    z-index: 2;
    color: red;
}

.dih-video-player {
    object-fit: contain;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.dih-video a[data-fancybox] {
    display: block !important;
}