.from-hp-video {
  height: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.from-hp-video__background {
  background: transparent no-repeat scroll center center;
  background-size: cover;
  height: 100%;
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.from-hp-video__video {
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.5s ease-in;
  visibility: hidden;
}
.from-hp-video__video.enabled {
  opacity: 1;
  visibility: visible;
}
#video-container {
  height: 100%;
  width: 100%;
  background-image: url("https://d3flc6ypseb69z.cloudfront.net/Home_loop.mp4");
  background-color: transparent;
  position: absolute;
  z-index: 1;
  background-size: cover;
} 

.from-hp-video__carousel {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
.from-hp-video .from-hp-video__carousel {
  position: absolute;
}

.from-hp-video .owl-prev,
.from-hp-video .owl-next {
  background: transparent no-repeat scroll center center;
  height: 54px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  z-index: 1;
}
.from-hp-video .owl-prev {
  background-image: url(../images/prev.png);
  left: 6.36%;
  margin-left: -20px;
}
.from-hp-video .owl-next {
  background-image: url(../images/next.png);
  right: 6.36%;
  margin-right: -20px;
}

.from-hp-video .from-hp-video__carousel,
.from-hp-video .from-hp-video__carousel .owl-wrapper-outer,
.from-hp-video .from-hp-video__carousel .owl-wrapper,
.from-hp-video .from-hp-video__carousel .owl-item {
  height: 100%;
}
.from-hp-video .from-hp-video__carousel .owl-item {
  position: relative;
  min-height: 0 !important;
}

.from-hp-video__carousel_item {
  display: table;
  height: 100%;
  table-layout: fixed;
  width: 100%;
}
.from-hp-video__carousel_item_inner {
  display: table-cell;
  font-family: 'MetricWeb';
  line-height: 1;
  vertical-align: middle;
}
.from-hp-video__carousel_item_content {
  padding: 14px 14%;
}
.from-hp-video__carousel_item_title {
  color: #fff;
   font-size: 28px;
  font-weight: 900;
  line-height: 0.88;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.8);
  /*text-transform: uppercase;*/
}
.from-hp-video__carousel_item_content .book-img {
  float: right;
  width: 30%;
}
.from-hp-video__carousel_item_content .book-img img {
  max-height: 450px;
}

@media all and (max-width: 499px) {
  .from-hp-video__carousel_item_content .book-img {
    display: none;
  }
}

.from-hp-video__carousel_item_description {
  color: #fff;
  font-weight: 200;
  font-size: 18px;
  margin-top: 10px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
}
.from-hp-video__carousel_item_link_container {
  margin-top: 13px;
}
.from-hp-video__carousel_item_link {
  border: 1px solid #fff;
  border-top-color: rgba(255, 255, 255, 0.5);
  border-left-color: rgba(255, 255, 255, 0.5);
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  padding: 7px 17px;
  text-decoration: none;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}

.from-hp-video__carousel_item_link:hover {
  background: #fff;
  border-color: #000;
  color: #000;
  text-decoration: none;
  text-shadow: none;
}

@media all and (min-width: 768px) {
  .from-hp-video .owl-prev {
    left: 2.75%;
    margin-left: 0;
  }
  .from-hp-video .owl-next {
    right: 2.75%;
    margin-right: 0;
  }
  .from-hp-video__carousel_item_content {
    padding: 25px 10.5%;
  }
  .from-hp-video__carousel_item_title {
     /*font-size: 55px;*/
    font-size: calc(40px + (70 - 40) * ((100vw - 1024px) / (1920 - 1024)));
  }
  .from-hp-video__carousel_item_description {
    font-size: 24px;
    margin-top: 12px;
  }
  .from-hp-video__carousel_item_link_container {
    margin-top: 20px;
  }
  .from-hp-video__carousel_item_link {
    font-size: 16px;
    padding: 9px 34px;
  }
}

@media all and (min-width: 1200px) {
  .from-hp-video .owl-prev {
    left: 3.75%;
  }
  .from-hp-video .owl-next {
    right: 3.75%;
  }
  .from-hp-video__carousel_item_content {
    padding: 40 10.5%;
  }
  .from-hp-video__carousel_item_title {
    /* font-size: 70px; */
  }
  .from-hp-video__carousel_item_description {
    font-size: 30px;
    margin-top: 15px;
  }
  .from-hp-video__carousel_item_link_container {
    margin-top: 26px;
  }
  .from-hp-video__carousel_item_link {
    font-size: 20px;
    padding: 11px 43px;
  }
}
