.video_list_row{
	display: flex;
	row-gap: 2rem;
	--bs-gutter-x: 2rem;
	flex-wrap: wrap;
}

.videos .video_item{
	font-size: 1.7rem;
	line-height: 2.9rem;
}

.video_item_container{
	position: relative;
	z-index: 0;	
	float: left;
	margin-bottom: 0.2rem;
}

.video_item_container video{
	float: left;
}

.video_item_container:before{
	content: "";
	background-color: rgba(0, 0, 0, 0.2);
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	z-index: 1;
}

.video_item_container:after{
	content: "\f04b";
	width: 5.4rem;
	height: 5.4rem;
	background-color: #b6bf00;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-family: "Font Awesome 6 Pro";
	font-size: 2.7rem;
	font-weight: 300;
	line-height: 6.5rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
}

#alm-filters-video_filters{
	display: flex;
	flex-direction: column;
	row-gap: 1rem;
}

.videos .alm-filter--textfield{
	width: 100%;
}

.videos .alm-btn-wrap{
	margin-top: 0;
}

.videos .alm-load-more-btn{
	padding: 0;
    margin: 0;
    background: none;
    border: none;
    font-size: 1.7rem;
    line-height: 2.9rem;
    box-shadow: none;
}

@media (max-width:767px)
{		
	.video_item {
    	flex-basis: 100%;
	}
	
	.video_item_container{
		width: 100%;
	}
}

@media (min-width:768px) and (max-width:991px)
{
	#alm-filters-video_filters{
        flex-direction: row;
        flex-wrap: wrap;
        column-gap: 1rem;
    }
    
    .videos .alm-filter--textfield {
        width: 100%;
        max-width: 206px;
    }
    
    #alm-filters-video_filters > div:first-child{
        flex-basis: 100%;
        width: 100%;
    }
}

@media (min-width:992px) and (max-width:1199px)
{
	
}

@media (min-width:1200px) and (max-width:1399px)
{
    
}

@media (min-width:1400px)
{
    
}