.video-index .video-card {
    width: 305px;
    min-height: 347px;
}

.video-gallery-cards {
    row-gap: 32px;
    column-gap: 24px;
}

.video-index .video-thumbnail {
    min-height: 224px;
}

.play-img {
    bottom: 2px;
}

.video-upload-date {
    color: #495057;
    font-size: 14px;
    margin-bottom: 24px;
}

.ads-small-sidebar {
    max-width: 306px;
    max-height: 373px;
    background: #E9ECEF;
    margin-top: 16px;
    margin-bottom: 64px;
}

.blog-sidebar-card {
    border-radius: 8px;
    border: 1px solid #CED4DA;
}

.blog-sidebar-img img {
    border-radius: 8px;
}

.blog-meta-sidebar {
    font-size: 14px;
}

.blog-meta-sidebar .time , .blog-meta-sidebar .category {
    color: #495057;
}

.video-sidebar-card {
    padding: 16px 12px;
    border-radius: 8px;
    background: #F8F9FA;
}

.video-sidebar-meta {
    font-size: 14px;
    font-weight: 400;
    color: #495057;
}

.video-sidebar-meta .type {
    color: #000;
}

.play-sidebar {
    bottom: 7px;
}

.video-sidebar-thumbnail a img {
    border-radius: 8px;
}

#galleries .video-content {
    flex-grow: 1;
}

.video-responsive {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
}

.video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 1440px) {
    .videos-view-bottom {
        padding-top: 24px !important;
    }
}

@media (max-width: 768px) {
    #galleries .video-gallery-cards .video-thumbnail {
        width: 100% !important;
    }
    .video-galleries-title {
        padding-top: 24px !important;
        margin-bottom: 8px;
    }
    .video-gallery-cards {
        row-gap: 24px;
    }

    #galleries .video-content h5 {
        font-size: 20px !important;
    }

    #galleries .seperator {
        display: block !important;
    }

    .videos-paginator-wrapper .pagination {
        margin-bottom: 0 !important;
        margin-top: 24px !important;
    }
    
    .videos-view-bottom .comments {
        margin-bottom: 0px !important;
    }

    .videos-view-bottom .main-content {
        margin-bottom: 32px !important;
    }

    .videos-view-bottom .add-comment {
        margin-top: 16px !important;
    }
}