/*
----------------------------------------------------------------

Adjustments for flonks.de

----------------------------------------------------------------
*/

/* Social media */
a:hover i.fa-soundcloud {
  color: #f95523;
}
a:hover i.fa-youtube {
  color: #ff0000;
}

/* Slick slider */
.slick-slide {
  min-height: 500px;
}
@media screen and (max-width: 1024px) {
  .slick-slide {
    min-height: 50vw;
  }
}

/* Resonsive video */
figure.video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 56.25%;
  overflow: hidden;
}
figure.video embed,
figure.video iframe,
figure.video object,
figure.video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
