#a_id {
    text-decoration: none;
    display: contents;
    color: inherit;
}

video {
    display: block !important;
}

#quote {
    font-size: 20px;
}

.cz {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 350px;
    max-height: 350px;
    overflow: hidden;
    background-color: #dde3e6;
}

/* Video header banner */
.inner_bnr{
    height: 370px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.inner_bnr div{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.inner_bnr .innerbg-img{
    background-size: cover;
    background-position: right top;
    background-repeat: no-repeat;
}
@media (max-width: 767px) {
    .inner_bnr {
        height: 200px;
    }
    .cz {
        height: 260px;
        max-height: 260px;
    }
}

.video-page-sec {
    padding: 40px 0 !important;
}

.video-page-sec .title-style-5 {
    margin-bottom: 0 !important;
}

.video-box-main.blog-meta-one {
    max-width: 516px !important;
    background-color: #f1f2f5 !important;
    border-radius: 2px !important;
    height: 85% !important;
    position: relative !important;
    border: 1px solid #c3c0c0 !important;
    box-shadow: unset !important;
}

.video-box-main .post-data {
    padding: 25px 40px 55px 30px !important;
    position: relative !important;
    text-align: center !important;
    min-height: auto !important;
}

.video-box-main .post-thumb {
    background-color: #dde3e6 !important;
    min-height: 350px;
}

.video-box-main .post-thumb .image {
    display: block;
    width: 100%;
}

.video-box-main .post-thumb iframe.cz,
.video-box-main .post-thumb video.cz {
    width: 100%;
    height: 350px;
    max-height: 350px;
    border: 0;
}

.page-header-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.page-header-wrap .main-title {
    margin-bottom: 0 !important;
}

.page-copyright {
    margin-top: 6px;
    color: #6f6f6f;
    font-size: 14px;
}

.sort-icons button {
    color: #f2994a !important;
}

.sort-icon {
    font-size: 44px;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.previous-btn {
    margin-top: 8px;
}

.previous-btn .back-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #f2994a !important;
    border: 0 !important;
    font-size: 40px;
    line-height: 1;
}

.previous-btn.back-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #f2994a !important;
    border: 0 !important;
    font-size: 40px;
    line-height: 1;
}

.back-icon {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.back-arrow-img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  display: block;
  filter: brightness(0) saturate(100%) invert(72%) sepia(33%) saturate(1588%) hue-rotate(343deg) brightness(98%) contrast(93%);
}

.video-page-sec .row.mt-3 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.video-page-sec #load-more-button {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

