.filters {
  box-sizing: border-box;
  width: 100%;
  position: fixed;
  padding-top: 1.05em;
  padding-left: 0.2em;
  z-index: 100;
}

@media only screen and (max-width: 500px) {
  .filters {
    position: absolute;
    width: auto;
  }
}

.btn {
  height: 1em;
  font-family: thing;
  font-size: 0.9em;
  text-decoration: none;
  cursor: pointer;
  display: inline;
  line-height: 0.9;
  padding: 0em 0 0 0em;
  margin: 0;
  border: none;
  text-transform: none;
  -webkit-appearance: none;
  background-color: transparent;
}

.btn:hover {
  text-decoration: none;
  color: red;
}

.btn:focus {
  outline: none;
}

.activeButton {
  color: red;
  border-bottom: none;
}

.activeButton:hover {
  color: red;
  border-bottom: none;
}

/* search filter */
input[type="text"] {
  font-family: thing;
  font-size: 1.2em;
  color: red;
  margin: 0;
  -webkit-appearance: none;
  background: none;
  max-width: 40em;
  height: auto;
  outline: 0;
  padding: 0 0 0 0.15em;
  text-transform: uppercase;
  border: none;
}

#searchFilter {
  display: none;
}

.projectInfo {
  flex: 0 1 auto;
  max-width: 100%;
  padding-top: 0.8em;
  padding-right: 0.1em;
  padding-left: 0.1em;
}

@media only screen and (max-width: 500px) {
  .projectInfo {
    padding-top: 0.9em;
    padding-left: 0.35em;
    padding-right: 0.35em;
  }
}

.col-2 {
  position: relative;
  width: 100%;
  padding-top: 2.05em;
  left: 0%;
}

@media only screen and (max-width: 500px) {
  .col-2 {
    padding-top: 8em;
  }
}

.constraints {
  flex: 1 0 auto;
  max-width: 100%;
}

.videoWrapper {
  position: relative;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: left;
  margin: 0 auto 7em auto;
  max-width: 100%;
}

.wrapper.hasVideo {
  width: 100%;
}

@media only screen and (max-width: 500px) {
  .wrapper {
    margin: 0 auto 3em auto;
  }
}

.constraintsHorizontal {
  max-height: 90vh;
}

.videoWrapperHorizontal {
  padding-bottom: 56.25%;
}

.videoWrapperHorizontal iframe {
  max-height: 90vh;
}

.wrapperHorizontal.hasVideo {
  max-width: 160vh;
}

.constraintsVertical {
  max-height: 90vh;
}

.videoWrapperVertical {
  padding-bottom: 177.77778%;
}

.videoWrapperVertical iframe {
  max-height: 90vh;
}

.wrapperVertical.hasVideo {
  max-width: 50.625vh;
}

.constraintsPacked {
  max-height: 90vh;
}

.videoWrapperPacked {
  padding-bottom: 62.5%;
}

.videoWrapperPacked iframe {
  max-height: 90vh;
}

.wrapperPacked.hasVideo {
  max-width: 144vh;
}

.hidden {
  display: none;
}

.lazy,
.lazyslow {
  display: grid;
  justify-items: left;
  max-width: 100%;
  max-height: 90vh;
  left: 0;
  right: 0;
  margin: auto;
}

.projectContainer {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: left;
}

.aboutText {
  z-index: 5;
  position: relative;
  width: auto;
  padding-top: 2.1em;
  padding-left: 1.3em;
  padding-bottom: 2.8em;
  margin-bottom: 25em;
  flex: 0 1 auto;
}

@media only screen and (max-width: 500px) {
  .aboutText {
    padding-left: 0.35em;
    padding-right: 0.35em;
  }
}

@media only screen and (max-width: 350px) {
  .aboutText {
    padding-top: 2.65em;
  }
}

.aboutImageWrapper {
  position: fixed;
  right: 0em;
  bottom: 2em;
  width: 22em;
  display: block;
}
