#vemba-target-{{hash}} .video-js .vjs-big-play-button {
    top: 50% !important;
    left: 50% !important;
}

#vemba-target-{{hash}} {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#vemba-player-wrapper-{{hash}} {
    background-color: transparent;
}

/* carousel */

#vemba-carousel-{{hash}} {
    background-color: black;
    width: 100%;
    position: absolute;
z-index: 1000;
height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 50px;
}

#vemba-carousel-message-{{hash}} {
    padding: 10px;
    font-family: 'robotoregular', sans-serif;
    color: white;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    user-select: none;
    height: 75%;
}

#vemba-target-{{hash}} .video-js .vjs-big-play-button {
    top: 50% !important;
    left: 50% !important;
}

#vemba-target-{{hash}} {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#vemba-player-wrapper-{{hash}} {
    background-color: transparent;
}

#vemba-horizontal-navigation-{{hash}} {
    width:90%;
    display: flex;
    flex-direction: row;
    background: transparent;
    justify-content: center;
    padding: 0 5px;
}

#vemba-horizontal-right-{{hash}},
#vemba-horizontal-left-{{hash}} {
    height: 100%;
    transition: opacity 0.25s;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-top: 10px;
}

#vemba-horizontal-right-{{hash}}:hover img,
#vemba-horizontal-left-{{hash}}:hover img {
    opacity: 1;
}

#vemba-horizontal-right-{{hash}} img,
#vemba-horizontal-left-{{hash}} img {
    pointer-events: none;
    opacity: 0.6;
}
#vemba-horizontal-row-container-{{hash}}{
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}

#vemba-horizontal-row-{{hash}} {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    background: transparent;
    position: absolute;
    left: 0;
}

.vemba-horizontal-thumb-{{hash}} {
    list-style-type: none;
    display:inline-block;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.vemba-horizontal-thumb-image-{{hash}} {
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    transition: opacity 0.25s;
    pointer-events: none;
}

.vemba-horizontal-thumb-image-holder-{{hash}} {
    width: 95%;
    height: 95%;
    flex-direction: column;
    pointer-events: none;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    border: solid 1px transparent;
}

.vemba-horizontal-title-{{hash}} {
    font-family: 'robotoregular', sans-serif;
    padding: 5px;
    pointer-events: none;
    z-index: 10;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    transition: opacity 0.25s;
    opacity: 0;
}

.vemba-horizontal-thumb-{{hash}}:hover .vemba-horizontal-title-{{hash}} {
    opacity: 1;
}

.vemba-horizontal-title-{{hash}} p{
                                     width: 90%;
                                     height: 100%;
                                     color: var(--vemba-white);
                                     font-size: 11px;
                                     pointer-events: none;
                                     overflow: hidden;
                                     overflow-wrap: break-word;
                                     word-wrap: break-word;
                                     line-height: 14px;
                                     position: relative;
                                     height: 28px;
                                     margin: 0;
                                 }

.vemba-horizontal-thumb-play-button-{{hash}} {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    opacity: 0.75;
    transition: opacity 0.25s;
    width: 25%;
}

.vemba-horizontal-thumb-{{hash}}:hover .vemba-horizontal-thumb-play-button-{{hash}} {
    opacity: 1;
}

.thumbnail-active .vemba-horizontal-thumb-play-button-{{hash}} {
    opacity: 1;
}

.thumbnail-active .vemba-horizontal-thumb-image-{{hash}}{
    opacity: 0.9;
}

#vemba-horizontal-row-{{hash}}.col-1 {
                                  flex-direction: column !important;
                                  overflow-y: auto;
                                  overflow-x: hidden;
                                  height: 100%;
                                  width: 100%;
                              }

#vemba-horizontal-row-{{hash}}.col-1::-webkit-scrollbar-thumb {
                                  background-color: #999;
                                  width: 8px;
                                  margin-left: 1px;
                                  border-radius: 0;
                              }
#vemba-horizontal-row-{{hash}}.col-1::-webkit-scrollbar {
                                  width: 10px;
                                  height: 10px;
                              }
#vemba-horizontal-row-{{hash}}.col-1::-webkit-scrollbar-track {
                                  background-color: #4D4D4D;
                                  border-left: 1px solid #4D4D4D;
                                  border-right: 1px solid #4D4D4D;
                                  padding-left: 1px;
                                  padding-right: 1px;
                                  width: 10px;
                                  margin-left: 1px;
                              }

#vemba-horizontal-row-{{hash}}.col-1 li .vemba-horizontal-thumb-play-button-{{hash}}{
    width: 60px;
}

/* title overlay */

#vemba-title-overlay-{{hash}} {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.55);
    font-family: "robotoregular",sans-serif;
    color: var(--vemba-white);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: opacity 0.25s;
    opacity: 0;
}

#vemba-player-wrapper-{{hash}}:hover #vemba-title-overlay-{{hash}} {
    opacity: 1;
}

#vemba-title-overlay-{{hash}} .overlay-title {
    font-size: 13px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 5px;
}

#vemba-title-overlay-{{hash}} .overlay-affiliate {
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#vemba-title-overlay-{{hash}} .overlay-desc {
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#vemba-title-overlay-{{hash}} .overlay-published-date {
                                  font-size: 11px;
                              }

#vemba-title-overlay-{{hash}} .overlay-lock-icon {
                                  width: 25px !important;
                                  height: 25px !important;
                                  position: absolute;
                                  right: 0;
                                  top: 5px;
                                  padding: 5px;
                                  cursor: pointer;
                              }

/* category and keywords */
#vemba-descriptor-{{hash}} {
    width: 100%;
    text-align: left;
    padding: 5px;
    margin-top: 5px;
    font-family: "robotoregular",sans-serif;
    color: var(--vemba-black);
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


#no-video-{{hash}} {
    background-color: #000;
    font-family: "robotoregular",sans-serif;
    height: 100%;
    width: 100%;
}
#no-video-{{hash}} p {
                       color: var(--vemba-white);
                       font-size: 24px;
                       padding: 10px;
                       margin: 0;
                   }

.overlay-hidden {
    display: none;
}

/* controls */
.vemba-carousel-right,
.vemba-carousel-left {
    fill: var(--vemba-white);
}

@media only screen and (max-width: 500px){
    .vemba-horizontal-title-{{hash}} {
        padding: 10px;
    }

    .vemba-horizontal-title-{{hash}} p {
        width: 100%;
        overflow: hidden;
        height: 16px;
    }

    .vemba-horizontal-title-{{hash}} p:after {
         content: "";
         text-align: right;
         position: absolute;
         bottom: 0;
         right: 0;
         width: 20%;
         height: 14px;
     }
}

/* title overlay */

#vemba-title-overlay-{{hash}} {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.55);
    font-family: "robotoregular",sans-serif;
    color: var(--vemba-white);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: opacity 0.25s;
    opacity: 0;
}

#vemba-player-wrapper-{{hash}}:hover #vemba-title-overlay-{{hash}} {
    opacity: 1;
}

#vemba-title-overlay-{{hash}}.display-wrapper {
    opacity: 1;
}

#vemba-title-overlay-{{hash}} .overlay-title {
    font-size: 13px;
    font-weight: bold;
}

#vemba-title-overlay-{{hash}} .overlay-affiliate {
    font-size: 11px;
}

#vemba-title-overlay-{{hash}} .overlay-desc {
    font-size: 11px;
}

#vemba-title-overlay-{{hash}} .overlay-published-date {
    font-size: 11px;
}

#vemba-title-overlay-{{hash}} .overlay-lock-icon {
    width: 25px !important;
    height: 25px !important;
    position: absolute;
    right: 0;
    top: 5px;
    padding: 5px;
    cursor: pointer;
}

/* category and keywords */
#vemba-descriptor-{{hash}} {
    width: 100%;
    text-align: left;
    padding: 5px;
    margin-top: 5px;
    font-family: "robotoregular",sans-serif;
    color: var(--vemba-black);
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#no-video-{{hash}} {
    background-color: #000;
    font-family: "robotoregular",sans-serif;
    height: 100%;
    width: 100%;
}
#no-video-{{hash}} p {
    color: var(--vemba-white);
    text-align: center;
    font-size: 24px;
    padding: 10px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}

.overlay-hidden {
    display: none;
}

.small-screen-player #vemba-title-overlay-{{hash}} .overlay-desc {
    display: none;
} 


@media (max-width: 500px) {
    #vemba-title-overlay-{{hash}} .overlay-desc {
        display: none;
    }   
} 

@media only screen and (max-width: 500px){
    .vemba-horizontal-title-{{hash}} {
        padding: 10px;
    }

    .vemba-horizontal-title-{{hash}} p{
        width: 100%;
        overflow: hidden;
        height: 16px;
    }

    .vemba-horizontal-title-{{hash}} p:after{
        content: "";
        text-align: right;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 20%;
        height: 14px;
    }
}