.fhvl-active-filters {
  display: flex;
  flex-wrap: wrap;
  grid-column: 1;
  grid-row: 3;
  margin: 0 -3px;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .fhvl-active-filters {
    grid-row: 2;
  }
}
.fhvl-active-filters li {
  margin: 0 3px;
}
.fhvl-active-filters__button {
  text-decoration: none;
}

.fhvl-wrapper {
  align-items: start;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto auto;
}
@media screen and (min-width: 768px) {
  .fhvl-wrapper {
    grid-template-columns: 6fr 4fr;
    grid-template-rows: auto auto 1fr;
    grid-column-gap: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .fhvl-wrapper {
    grid-template-columns: 7fr 3fr;
    grid-template-rows: auto auto 1fr;
    grid-column-gap: 40px;
  }
}
@media screen and (min-width: 1100px) {
  .fhvl-wrapper {
    grid-column-gap: 100px;
  }
}
.fhvl-active-filters {
  grid-column: 1;
  grid-row: 3;
}
@media screen and (min-width: 768px) {
  .fhvl-active-filters {
    grid-row: 2;
  }
}
.fhvl-items {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr;
  grid-row: 4;
}
@media screen and (min-width: 768px) {
  .fhvl-items {
    grid-column: 1;
    grid-row: 3;
  }
}
@media screen and (min-width: 1024px) {
  .fhvl-items {
    grid-template-columns: 1fr 1fr;
    padding: 50px 0 0;
  }
}
@media screen and (min-width: 1180px) {
  .fhvl-items {
    grid-gap: 50px;
  }
}

.fhvl-filters {
  display: none;
  grid-row: 2;
}
.fhvl-filters.isVisible {
  display: block;
}
@media screen and (min-width: 768px) {
  .fhvl-filters {
    display: block !important;
    grid-column: 2;
    grid-row: 1/span 3;
  }
}

.fhvl-item {
  color: inherit;
  display: block;
  text-decoration: none;
}
.fhvl-item__image {
  display: block;
  position: relative;
}
.fhvl-item__image--display {
  height: auto;
  width: 100%;
}
.fhvl-item__image--no-image {
  background-color: black;
  height: 0;
  padding: 0 0 56.25%;
}
.fhvl-item__image--play {
  background-image: url("./images/render/icn-play.svg");
  background-size: 100% 100%;
  height: 78px;
  left: 50%;
  margin: -39px 0 0 -39px;
  position: absolute;
  top: 50%;
  transition: all 0.15s ease;
  width: 78px;
}
.fhvl-item__image:hover .fhvl-item__image--play {
  transform: rotateZ(120deg);
}
.fhvl-search {
  display: flex;
  grid-column: 1;
  grid-row: 1;
}
@media screen and (min-width: 1024px) {
  .fhvl-search {
    display: block;
  }
}
.fhvl-search__form {
  margin: 0 10px 0 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .fhvl-search__form {
    margin: 0;
  }
}
.fhvl-search__input {
  height: 100%;
}
.fhvl-search__clear {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.fhvl-search__toggle-filters {
  display: block;
}
@media screen and (min-width: 768px) {
  .fhvl-search__toggle-filters {
    display: none;
  }
}
.fhvl-noscroll {
  overflow: hidden;
}

.fhvl-single {
  background-color: rgba(0, 0, 0, 0.9);
  animation-fill-mode: forwards;
  animation-iteration-count: 1;
  animation-duration: 0.4s;
  align-items: center;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  height: 100vh;
  justify-content: center;
  left: 0;
  opacity: 0;
  overflow: scroll;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1000000;
}
@media screen and (min-width: 1024px) {
  .fhvl-single {
    grid-template-columns: 1fr 450px;
    grid-template-rows: 100vh;
    overflow: hidden;
  }
}
.fhvl-single.isVisible {
  animation-name: fhvlFadeInVideo;
}
.fhvl-single.isHidden {
  animation-name: fhvlFadeOutVideo;
}
.fhvl-single__player {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  grid-row: 1;
  overflow: scroll;
  padding: 80px 20px 30px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .fhvl-single__player {
    grid-column: 1;
    padding: 40px;
  }
}
.fhvl-single__video {
  max-width: 775px;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 2000px) and (min-height: 900px) {
  .fhvl-single__video {
    max-width: 1000px;
  }
}
@media screen and (min-width: 2000px) and (min-height: 1200px) {
  .fhvl-single__video {
    max-width: 1200px;
  }
}
.fhvl-single__video-int {
  height: 0;
  padding: 0 0 56.25%;
  position: relative;
}
.fhvl-single__video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.fhvl-single.isVisible .fhvl-single__video {
  animation-name: fhvlMoveUpFrame;
}
.fhvl-single__video--description {
  align-items: center;
  color: white;
  display: grid;
  margin: 0 auto;
  max-width: 800px;
  padding: 20px 0 0;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .fhvl-single__video--description {
    display: grid;
    grid-template-columns: 1fr minmax(200px, 330px);
    grid-template-rows: auto auto;
    padding: 40px 0 0;
  }
}
.fhvl-single__video--description-title {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .fhvl-single__video--description-title {
    font-size: 24px;
    grid-column: 1/span 2;
    grid-row: 1;
  }
}
.fhvl-single__video--description-content {
  color: white;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .fhvl-single__video--description-content {
    color: #d9d9d9;
    font-size: 18px;
    grid-column: 1;
    grid-row: 2;
  }
}
.fhvl-single__video--description-links {
  align-items: center;
  display: flex;
  justify-self: center;
  padding: 20px 0 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fhvl-single__video--description-links {
    display: block;
    grid-column: 2;
    grid-row: 2;
    width: auto;
  }
}
.fhvl-single__video--description-share {
  color: white;
}
.fhvl-single__video--description-original {
  color: white;
}
.fhvl-single__nav {
  background-color: rgba(0, 0, 0, 0.4);
  display: grid;
  grid-template-rows: auto 1fr;
  grid-row: 2;
  padding: 30px 20px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .fhvl-single__nav {
    padding: 30px 35px 0;
  }
}
@media screen and (min-width: 1024px) {
  .fhvl-single__nav {
    height: 100vh;
    grid-column: 2;
    grid-row: 1;
  }
}
.fhvl-single__nav--title {
  color: white;
  font-size: 24px;
  line-height: 1;
  padding: 0 0 30px;
}
.fhvl-single__nav--list {
  margin: 0 -20px;
}
@media screen and (min-width: 1024px) {
  .fhvl-single__nav--list {
    overflow: scroll;
  }
}
.fhvl-single__nav--item-wrapper {
  align-items: center;
  color: white;
  display: flex;
  padding: 20px;
  text-decoration: none;
}
.fhvl-single__nav--item-image {
  flex: 0 0 60px;
  height: 60px;
  position: relative;
  width: 60px;
}
@media screen and (min-width: 768px) {
  .fhvl-single__nav--item-image {
    flex: 0 0 80px;
    height: 80px;
    width: 80px;
  }
}
.fhvl-single__nav--item-image img {
  height: 100%;
  width: 100%;
}
.fhvl-single__nav--item-image:before {
  background-color: rgba(0, 0, 0, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.fhvl-single__nav--item-image--play {
  background-image: url("./images/render/icn-play.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 35px auto;
  position: absolute;
  height: 4rem;
  left: 50%;
  margin: -2rem 0 0 -2rem;
  transition: all 0.25s ease;
  top: 50%;
  width: 4rem;
}
.fhvl-single__nav--item:hover .fhvl-single__nav--item-image--play {
  transform: rotateZ(120deg);
}
.fhvl-single__nav--item-description {
  flex: 1 1 auto;
  padding: 0 0 0 20px;
  width: 100%;
}
.fhvl-single__nav--item-title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  padding: 0 0 8px;
}
.fhvl-single__nav--item-summary {
  color: #d9d9d9;
  font-size: 15px;
}
.fhvl-single__dismiss {
  height: 100%;
  left: 0;
  padding: 30px 20px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 0;
}
@media screen and (min-width: 1024px) {
  .fhvl-single__dismiss {
    padding: 40px;
    text-align: left;
  }
}
.fhvl-single__dismiss-btn {
  color: white;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

@keyframes fhvlFadeInVideo {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fhvlFadeOutVideo {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

/*# sourceMappingURL=style.css.map */
