#featured-videos {
  margin: 150px 0em 80px;
}

/** * Grid styles */
li {
  list-style-type: none;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: white !important;
}

.video-grid.front-page {
  margin: 0 auto;
  padding: 0em;
  /* width:100%; */
}
ul.video-list {
  display: flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: auto;
  margin: 0em;
  padding: 0em;
}
li.video {
  flex-grow: 1;
  position: relative;
  overflow: hidden;
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
}

.pb2 {
  margin-bottom: 2em;
}

li.video a {
  outline: none;
}
li.video:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.15s;
}
li.video figure {
  display: block;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 5px;
}
li.video figure img {
  display: block;
  max-width: 100%;
  height: auto;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.2s;
}
li.video figure figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #0f1932;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  transform: translateY(0);
  opacity: 0.8;
  transition: all 0.2s;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 0.5em;
  text-align: left;
}
li.video:hover figure img {
  opacity: 1;
  transform: scale(1);
}
li.video:hover figure figcaption {
  opacity: 0;
  transform: translateY(50%);
}
li.video:hover:before {
  /* background-color: rgba(0, 0, 0, 0.3); */
}
@media screen and (max-width: 800px) {
  li.video {
    width: 50%;
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2);
  }
}
@media screen and (max-width: 640px) {
  li.video {
    width: 100%;
  }
}

body {
  font-family: "Roboto Condensed", sans-serif;
  width: 100%;
  font-weight: 100 !important;
  cursor: grab;
  pointer-events: auto !important;
}

html {
  cursor: grab;
}
.icon {
  max-height: 50px;
}
.carousel-control {
  opacity: 1 !important;
}
.transparent {
  opacity: 0;
}
