@font-face {
  font-family: 'Lato';
  src: url("/themes/custom/lifestyle/fonts/lato/Lato-Light.woff2") format("woff2"), url("/themes/custom/lifestyle/fonts/lato/Lato-Light.woff") format("woff"), url("/themes/custom/lifestyle/fonts/lato/Lato-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Lato';
  src: url("/themes/custom/lifestyle/fonts/lato/Lato-Bold.woff2") format("woff2"), url("/themes/custom/lifestyle/fonts/lato/Lato-Bold.woff") format("woff"), url("/themes/custom/lifestyle/fonts/lato/Lato-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

.tpCards {
  z-index: 800 !important;
}

#rational-hover-card .hover-card-component {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 176px;
  background-color: transparent;
  opacity: 0.8;
  background-image: linear-gradient(to top, #000000, rgba(57, 57, 57, 0));
}

#rational-hover-card .hover-card-component .icon-share {
  position: fixed;
}

#rational-hover-card .video-description-container {
  position: fixed;
  bottom: 50px;
  max-width: 80%;
  width: auto;
  padding-left: 20px;
}

@media screen and (min-width: 760px) {
  #rational-hover-card .video-description-container {
    bottom: 88px;
    padding-left: 45px;
  }
}

#rational-hover-card .video-description-container h3.video-label {
  color: white;
  font: bold 12px 'Lato', Helvetica, Arial, sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
}

#rational-hover-card .video-description-container .title-container h3.wrapped-title:nth-child(2) {
  max-width: 100%;
  font: 100 14px 'Lato', Helvetica, Arial, sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
}

@media screen and (min-width: 630px) {
  #rational-hover-card .video-description-container .title-container h3.wrapped-title:nth-child(2) {
    font: 100 32px 'Lato', Helvetica, Arial, sans-serif;
  }
}

#rational-hover-card .video-description-container .description-item {
  display: none;
  margin-top: 4px;
  padding-right: 10px;
  font-size: 12px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
}
