  a {
	border-bottom: none;
}
.my-shuffle-container {
	position: relative;
	overflow: hidden;
}
.my-sizer-element {
	position: absolute;
	opacity: 0;
	visibility: hidden;
}

@supports (object-fit: cover) {
	.picture-item img {
		max-width: none;
		height: 100%;
		width: 100%;
		object-fit: cover;
	}
}

.landing-section p.filter-label {
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 5px;
	color: #222222;
}
.filter-options {
	border-bottom: solid 1px #aaa;
	padding: 30px 0px 10px 0px;
	position: relative;
}
.filter-options button {
	border: solid 1px #592c88;
	background: none;
	padding: 10px 20px;
	border-radius: 40px;
	color: #592c88;
	font-size: 18px;
	cursor: pointer;
	margin-bottom: 10px;
	white-space: nowrap;
}
.filter-options button.active:after {
	font-family: "Font Awesome 6 Pro";
	content: '\2713';
	margin-left: 10px;
	font-size: 16px;
}
.crw-search {
	position: relative;
}
input#filters-search-input {
	background: none;
	padding: 10px 20px;
	border-radius: 40px;
	width: 100%;
	margin: 20px 0px;
	border: solid 1px #aaa;
}
.crw-search i {
	position: absolute;
	right: 20px;
	top: 33px;
	color: #aaa;
}
@media (min-width: 1075px) {
	.crw-search-filters {
		display: flex;
		margin-top: 50px;
		margin-bottom: 30px;
	}
	.landing-section p.filter-label {
		position: absolute;
		top: -34px;
	}
	.filter-options {
		border-bottom: none;
		border-right: solid 1px #aaa;
		padding: 0px 20px 0px 0px;
		display: flex;
		flex-wrap:nowrap;
	}
	.filter-options button {
		margin-bottom: 0px;
	}
	.filter-options button:nth-of-type(n + 2) {
		margin-left: 10px;
	}
	.crw-search {
		width: 100%;
		padding-left: 20px;
	}
	.crw-search i {
		top: 14px;
	}
	input#filters-search-input {
		margin: 0px;
	}
}

.picture-item__inner {
	position: relative;
	height: 100%;
	overflow: hidden;
	background: #fff;
}

.picture-item__details {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 1em;
	font-weight: 500;
	font-family: "freight-sans-pro-n4","freight-sans-pro",sans-serif;
	font-size: 20px;
	text-align: center;
	transition: all .2s;
    background: #592c88;
	color: white;
	text-transform: uppercase;
}
.picture-item__title {
	line-height: 1.1em;
}
html body.generic_inner .l-page .l-content-center .l-content .picture-item__details a {
	font-weight: 500;
}
html body.generic_inner .l-page .l-content-center .l-content a, html body.generic_inner .l-page .l-content-center .l-content a:hover {
	border-bottom: none;
}
@media screen and (min-width: 768px) {
	.picture-item__details {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		color: white;
		overflow: hidden;
		background: linear-gradient(180deg,transparent 0, rgba(-2,0,0,.8));
    	padding: 1em 0.5em;
		font-size: 22px;
		text-transform: none;
	}
	.picture-item__title a {
		color: white;
	}
	.picture-item__title a:hover {
		text-shadow: 0 0 8px black;
	}
	.picture-item__inner:hover > div.aspect {
		filter: blur(2px);
		-webkit-filter: blur(2px);
		transition: all .2s;
	}
	.picture-item__inner > div {
		transition: all .2s;
	}
	.picture-item__inner:hover .picture-item__details {
		transform: scale(1.05);
		transition: all .2s;
	}
}

@media screen and (max-width: 767px) {
	.picture-item {
		height: auto;
		margin-top: 20px;
	}
	.picture-item__details,
	.picture-item__description {
		padding: 0.625em;
	}

	.picture-item--h2 {
		height: auto;
	}
}

<!-- Filter styling -->					
label.filter-label {
	display: block;
	float: left;
	padding: 0;
	font-size: 20px;
	margin-top: 9px;
	margin-bottom: 9px;
	margin-right: 6px;
	color: #592c88;
	font-family: "freight-sans-pro",sans-serif;
}

.filter-label {
	display: block;
	float: left;
	padding: 0;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 6px;
	color: #592c88;
	font-family: "freight-sans-pro",sans-serif;
}

input#filters-search-input {
	padding: 10px;
    border: solid 1px #592c88;
	font-size: 18px;
}

.filters-group {
	padding: 0;
	margin: 0 0 12px;
	border: 0;
}

@media screen and (min-width: 768px) {
	.filters-group-wrap {
		display: flex;
		justify-content: space-between;
	}
}
.btn {
	display: inline-block;
	padding: .75em .8em;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #592c88;
	color: #592c88;
	font-size: 1rem;
	background-color: rgba(52,73,94,0);
	transition: .2s ease-out;
	cursor: pointer;
	-webkit-appearance: none;
	margin-bottom: 5px;
}

@media (-moz-touch-enabled:0),(pointer: fine) {
	.btn:hover {
		color:#fff;
		text-decoration: none;
		background-color: #34495e
	}
}


.btn.active,.btn:active {
	box-shadow: inset 0 1px 2px rgba(0,0,0,.3);
	color: #fff;
	background-color: #592c88;
}



.btn--primary {
	color: #592c88;
	border-color: #592c88;
	background-color: rgba(52,152,219,0)
}

@media (-moz-touch-enabled:0),(pointer: fine) {
	.btn--primary:hover {
		background-color:#592c88
	}
}


.btn--primary.active,.btn--primary:active {
	background-color: #592c88;
}


@media screen and (max-width: 767px) {
	.btn {
		font-size:.875rem
	}
}



// bootstrap3-like grid
.container {
	padding-left: 3.5%;
	padding-right: 3.5%;
}

.container:after,
.container:before {
	content: " ";
	display: table;
}

.container:after {
	clear: both;
}

.row {
	margin-left: auto;
	margin-right: auto;
}

.row:after,
.row:before {
	content: " ";
	display: table;
}

.row:after {
	clear: both;
}

.row .row {
	margin-left: -8px;
	margin-right: -8px;
}

// bootstrap3-like grid
.col-1\@xs,
	.col-2\@xs,
	.col-3\@xs,
	.col-4\@xs,
	.col-5\@xs,
	.col-6\@xs {
		float: left;
	}

.col-1\@xs {
	width: 16.66667%;
}
.col-2\@xs {
	width: 33.33333%;
}
.col-3\@xs {
	width: 50%;
}
.col-4\@xs {
	width: 66.66667%;
}
.col-5\@xs {
	width: 83.33333%;
}
.col-6\@xs {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.col-1\@sm,
		.col-2\@sm,
		.col-3\@sm,
		.col-4\@sm,
		.col-5\@sm,
		.col-6\@sm,
		.col-7\@sm,
		.col-8\@sm,
		.col-9\@sm,
		.col-10\@sm,
		.col-11\@sm,
		.col-12\@sm {
			float: left;
		}
	.col-1\@sm {
		width: 8.33333%;
	}
	.col-2\@sm {
		width: 16.66667%;
	}
	.col-3\@sm {
		width: 25%;
	}
	.col-4\@sm {
		width: 33.33333%;
	}
	.col-5\@sm {
		width: 41.66667%;
	}
	.col-6\@sm {
		width: 50%;
	}
	.col-7\@sm {
		width: 58.33333%;
	}
	.col-8\@sm {
		width: 66.66667%;
	}
	.col-9\@sm {
		width: 75%;
	}
	.col-10\@sm {
		width: 83.33333%;
	}
	.col-11\@sm {
		width: 91.66667%;
	}
	.col-12\@sm {
		width: 100%;
	}
	.row {
		max-width: 1200px;
	}
}

@media screen and (min-width: 1024px) {
	.col-1\@md,
		.col-2\@md,
		.col-3\@md,
		.col-4\@md,
		.col-5\@md,
		.col-6\@md,
		.col-7\@md,
		.col-8\@md,
		.col-9\@md,
		.col-10\@md,
		.col-11\@md,
		.col-12\@md {
			float: left;
		}
	.col-1\@md {
		width: 8.33333%;
	}
	.col-2\@md {
		width: 16.66667%;
	}
	.col-3\@md {
		width: 25%;
	}
	.col-4\@md {
		width: 33.33333%;
	}
	.col-5\@md {
		width: 41.66667%;
	}
	.col-6\@md {
		width: 50%;
	}
	.col-7\@md {
		width: 58.33333%;
	}
	.col-8\@md {
		width: 66.66667%;
	}
	.col-9\@md {
		width: 75%;
	}
	.col-10\@md {
		width: 83.33333%;
	}
	.col-11\@md {
		width: 91.66667%;
	}
	.col-12\@md {
		width: 100%;
	}
} 
.aspect {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
}

.aspect__inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}


/* Add more aspect ratios here */
.aspect--16x9 {
	padding-bottom: 56.25%;
}
.aspect--4x3 {
	padding-bottom: 60%;
}
.aspect--1x1 {
	padding-bottom: 75%;
	padding-top: 60px;
}
@media screen and (min-width: 768px) {
.aspect--4x3 {
	padding-bottom: 75%;
}
	.aspect--1x1 {
	padding-bottom: 75%;
}
}
.picture-item {
	padding: 10px
}


