.max-90 {
	 display: block;
	 margin: auto;
	 width: 100%;
	 padding: 0rem 4rem 2rem 4rem;
	 text-align: center;
	 position: relative;
}

.page-template-page-gallery h1 {
	width: 100%; 
	margin: auto;
	display: block;
	text-align: center; 
	padding: 2rem 0 0 0;
}

.filters {
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	list-style-type: none;
	margin: 0.5rem 0 2rem 0;
	padding: 2rem 0rem 0rem 0rem;
}

.project-grid{
	min-height: 40vh;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.project-container-all a {text-decoration: none;}

.project-container-all {
	width: 31.33%;
	margin: 1%;
	position: relative;
	overflow: hidden;
}

ul.gallery-page li {
  float: left;
  list-style: none;
  width: calc(33.1% - 10px);
  margin-bottom: 10px;
  position: relative;
}

.page-template-page-gallery .carousel__button {padding: 0rem;}

.page-template-page-gallery .carousel__button.is-next svg,
.page-template-page-gallery .carousel__button.is-prev svg {
	width: 3rem;
    z-index: 9100;
}

@media only screen and (max-width: 800px) {
	.project-container-all {
		width: 48%;
		margin: 1%;
	}
}

.project-container-all video {
	width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    -webkit-transition: 1s opacity;
    display: block;
    vertical-align: baseline;
    object-fit: cover !important;
}

.project-container-all p {
	font-family: "orpheuspro", Sans-serif;
	font-size: clamp(1.2rem, 1.4vh, 1.6rem);
	font-weight: 400;
	line-height: 1.2;
	text-decoration: none;
	width: 100%;
	padding: 0.5rem 0 0 0;
	margin: auto;
	display: block;
	text-align: left;
	color: #000000;
	text-align: left;
}

.selectric-wrapper {
	border: 1px solid #c4c4c4;
	outline: none;
	padding: 1rem 2rem;
}

.selectric-wrapper .selectric {outline: none;}

.selectric-wrapper .selectric .button {
	background: transparent;
	color: #006073;
	top: -10px;
}

.selectric-items {
	width: 100% !important;
	margin: 1rem 0rem 0rem 0rem;
}

.selectric-items ul {background: #F7F2ED;}

.selectric .label,
.selectric-items ul li {
	font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-transform: none;
}
