.owl-carousel .item {
    width: 100%;
}
/*.st_title {
    border-bottom: 1px solid #909090;
    margin: 20px 0 10px 0;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    float: left;
    width: 100% !important;
}*/

.owl-carousel {
    border-bottom: 1px solid #909090;
    margin: 20px 0 10px 0;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    float: left;
    width: 100% !important;
}

.video-container {
    position: relative;
    width: 100%;
}

.previewVideo {
    display: block;
    width: 100%; 
    height: auto;
    border-radius: 10px;
}

.owl-item {
    display: flex;
    justify-content: center;
}

.p_stream_date {
    font-weight: 600;
    /*white-space: nowrap;*/ /* force single line */
    overflow: hidden; /* hide extra text */
    text-overflow: ellipsis; /* show ... when cut */
    width: 100%; /* required */
    display: block;
    margin-top: 10px;
    line-height: 1.1;
    color: black;
}

.v-thumb-wrap {
    position: relative;
}

/***** Pagination CSS Start */
/*.pagination-wrapper {
    border-top: 1px solid #909090;
    margin: 10px 0 20px 0;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
    float: left;
    width: 100% !important;
}*/

.pagination-wrapper #pagination {
    float: right;
    display: block;
    margin: 0 -1.5px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 100%;
    text-align: right;
}

.pagination-wrapper #pagination ul li {
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    margin: 0 1.5px;
}

.pagination-wrapper #pagination ul li a {
    padding: 4px 5px;
    border: 1px solid #bcbcbc;
    text-decoration: underline;
    font-weight: 700;
    min-width: 32px;
    height: 32px;
    border-radius: 50px;
    background: #eaeaea;
    display: block;
    text-align: center;
    line-height: 23px;
    cursor: pointer;
}

.pagination-wrapper #pagination ul li.current a,
.pagination-wrapper #pagination ul li.current a:hover {
    background-color: #3e3e3e;
    color: #fff;
    border-radius: 50px;
}
/***** Pagination CSS End */

/* Loading */