.nf_videos {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    margin: 0;
}

.nf_videos li {
    width: calc(50% - 10px);
}

.nf_videos ._video {
    background-color: #fff;
    border: 1px solid #EAEFF4;
    border-radius: 8px;
    box-shadow: 0px 4px 5px rgb(0 0 0 / 4%);
    height: 100%;
}

.nf_videos ._video_row {
    padding: 20px;
}

.nf_videos ._video_row ._video_left {
    align-items: center;
    display: flex;
    margin: 0 0 5px;
}

.nf_videos ._video_row ._video_right {
}

.nf_videos ._video_row ._video_avatar {
    background-color: #ddd;
    border-radius: 50%;
    height: 35px;
    margin: 0 10px 0 0;
    width: 35px;
}

.nf_videos ._video_row ._video_name {
    font-size: 18px;
    font-weight: 600;
    line-height: 115%;
}

.nf_videos ._video_row ._video_date {
    font-size: 14px;
    line-height: 100%;
    opacity: 0.5;
}

.nf_videos ._video_image {
    padding: 0 20px 20px;
}

.nf_videos ._video_image img {
    border-radius: 5px;
    display: block;
}

.nf_videos ._video_iframe {
    /*padding: 58% 0 0;*/
	padding: 20px;
    position: relative;
}

.nf_videos ._video_iframe iframe {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.nf_videos ._video_cat {
    display: flex;
	padding: 0 20px 20px;
}

.nf_videos ._video_cat a {
    background-color: #E2E5F0;
    border-radius: 5px;
    color: #333;
    display: block;
    font-size: 13px;
    line-height: 100%;
    margin-right: 5px;
    padding: 7px;
}

.nf_videos ._video_cat a:last-child {
    margin-right: 0;
}

.nf_videos ._video_content {
    padding: 0 20px 20px;
}

.nf_videos ._video_content p {
    font-size: 16px;
    line-height: 150%;
    margin: 0 0 20px;
}

.nf_videos ._video_content p:last-child {
    margin: 0;
}

.nf_videos ._video_content .iframe-wrapper {
    background-color: #000;
    border-radius: 5px;
    margin: 0 0 20px;
    padding: 65% 0 0;
    position: relative;
    width: 100%;
}

.nf_videos ._video_content iframe {
    border-radius: 5px;
    display: block;
}

.dugout-pagination {
    text-align: center;
}

.container._reverse.dugout-sidebar {
	padding:0px !important;
}

.container._reverse.dugout-sidebar #sidebar{
	border:none !important;
	min-width:282px !important;
}

.woocommerce-dugout-blog .woocommerce-MyAccount-content .title{
	display:none;
}

.dugout-blog-wrapper {
}

@media (max-width: 540px) {
    .nf_videos {
        display: block;
    }
    .nf_videos li {
        width: 100%;
    }
}