.browse_image
{
	padding-bottom: 100%;
	background-position: center;
	background-size: cover;
}

#explore_filter_accordion button[aria-expanded='true'] svg.fa-plus
{
	display:none;
}

#explore_filter_accordion button[aria-expanded='false'] svg.fa-minus
{
	display:none;
}

#explore_sidebar
{
	position: sticky;
	top: 3rem !important;
}


@media screen and (max-width: 767px) {

	#explore_sidebar
	{
		margin-top: 0 !important;
	}

}

.list_item
{
/*	display:none;*/
}

#explore_filter_form *
{
	letter-spacing: 1px;
}