/*! Flickity v1.1.2
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F; }

.flickity-prev-next-button:active {
  filter: alpha(opacity=60);
  /* IE8 */
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  filter: alpha(opacity=30);
  /* IE8 */
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* color & size if no SVG - IE8 and Android 2.3 */
.flickity-prev-next-button.no-svg {
  color: #333;
  font-size: 26px; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  filter: alpha(opacity=25);
  /* IE8 */
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  filter: alpha(opacity=100);
  /* IE8 */
  opacity: 1; }

.jw-skin-seven.jw-skin-seven.jw-state-paused .jw-controlbar, .jw-skin-seven.jw-skin-seven.jw-state-buffering .jw-controlbar, .jw-skin-seven.jw-skin-seven.jw-state-playing .jw-controlbar {
  display: block;
  padding-top: .2em; }

.jw-skin-seven.jw-skin-seven .jw-icon-cc {
  display: none; }

.playlist-item {
  cursor: pointer;
  float: left;
  width: 50%;
  margin-bottom: 12px;
  padding-bottom: 12px;
  padding: 0 20px; }
  .playlist-item:nth-child(odd) {
    border-right: 1px solid #ccc; }
  .playlist-item:last-child {
    border: 0; }
  @media screen and (min-width: 768px) {
    .playlist-item {
      width: 25%;
      border-right: 1px solid #ccc; }
      .playlist-item:last-child {
        border-right: 0; } }
  @media screen and (min-width: 992px) {
    .playlist-item {
      width: 100%;
      border-right: 0;
      border-bottom: 1px solid #ccc;
      padding: 0 0 5px 0;
      margin: 5px 10px; } }
  @media screen and (min-width: 992px) {
    .playlist-item .media {
      float: left;
      position: relative;
      width: 50%;
      height: auto; } }
  .playlist-item .media img {
    position: relative;
    width: 100%;
    height: auto; }
  .playlist-item .media .duration {
    position: absolute;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    padding: 3px;
    font-size: 14px; }
  .playlist-item .title {
    color: #000; }
  .playlist-item .media-desc {
    position: relative;
    margin-top: 10px;
    vertical-align: middle; }
    @media screen and (min-width: 992px) {
      .playlist-item .media-desc {
        float: left;
        width: 50%;
        padding-left: 10px; } }
  .playlist-item.active .glyphicon-play-circle, .playlist-item.next-playing .glyphicon-play-circle, .playlist-item.watched .glyphicon-play-circle {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    border-radius: 0;
    font-size: 16px;
    line-height: 1.1;
    font-weight: bold;
    text-align: center;
    opacity: 1;
    background: rgba(0, 0, 0, 0.6); }
    .playlist-item.active .glyphicon-play-circle:before, .playlist-item.next-playing .glyphicon-play-circle:before, .playlist-item.watched .glyphicon-play-circle:before {
      content: 'UP NEXT';
      position: absolute;
      width: 100%;
      left: 0;
      top: 50%;
      padding: 0 15px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .playlist-item.active .duration, .playlist-item.next-playing .duration, .playlist-item.watched .duration {
    color: rgba(255, 255, 255, 0.2); }
  .playlist-item.watched .glyphicon-play-circle:before {
    content: 'YOU WATCHED'; }
  .playlist-item.active .glyphicon-play-circle:before {
    content: 'NOW PLAYING'; }

.wf-wps-full-width .video-media,
.wf-wps-detail .video-media,
.wf-wps-section-front .video-media {
  position: relative;
  margin-bottom: 12px; }

.wf-wps-full-width .video-title,
.wf-wps-detail .video-title,
.wf-wps-section-front .video-title {
  font-family: 'McClatchy Sans', Arial, 'Helvetica Neue', Helvetica,sans-serif;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
  margin: 0; }

.wf-wps-full-width .published-date,
.wf-wps-detail .published-date,
.wf-wps-section-front .published-date {
  display: none;
  margin-bottom: 8px;
  color: #aaa; }

.wf-wps-full-width .video-details,
.wf-wps-detail .video-details,
.wf-wps-section-front .video-details {
  display: block; }
  @media screen and (min-width: 768px) {
    .wf-wps-full-width .video-details .video-title,
    .wf-wps-detail .video-details .video-title,
    .wf-wps-section-front .video-details .video-title {
      font-size: 22px; } }
  @media screen and (min-width: 768px) {
    .wf-wps-full-width .video-details,
    .wf-wps-detail .video-details,
    .wf-wps-section-front .video-details {
      float: left;
      width: 400px; } }
  @media screen and (min-width: 992px) {
    .wf-wps-full-width .video-details,
    .wf-wps-detail .video-details,
    .wf-wps-section-front .video-details {
      width: 300px; } }
  @media screen and (min-width: 1200px) {
    .wf-wps-full-width .video-details,
    .wf-wps-detail .video-details,
    .wf-wps-section-front .video-details {
      width: 430px; } }

.wf-wps-full-width .companion,
.wf-wps-detail .companion,
.wf-wps-section-front .companion {
  margin-left: -10px; }
  @media screen and (min-width: 330px) {
    .wf-wps-full-width .companion,
    .wf-wps-detail .companion,
    .wf-wps-section-front .companion {
      margin: 0 auto; } }
  @media screen and (min-width: 768px) {
    .wf-wps-full-width .companion,
    .wf-wps-detail .companion,
    .wf-wps-section-front .companion {
      float: right; } }

.wf-wps-full-width .share-icons,
.wf-wps-detail .share-icons,
.wf-wps-section-front .share-icons {
  margin: 10px 0; }

@media screen and (min-width: 992px) {
  .wf-wps-full-width .playlist-item {
    border-right: 0; }
    .wf-wps-full-width .playlist-item:last-child {
      border-bottom: 2px solid #cccccc; } }

@media screen and (min-width: 992px) {
  .wf-wps-full-width .mi-playlist-sidebar {
    margin: 0; } }

@media screen and (min-width: 768px) {
  .wf-wps-detail {
    margin-top: 20px; } }

.wf-wps-detail .video-media {
  background: #1e1e1e;
  margin: 0;
  padding-bottom: 12px; }
  @media screen and (min-width: 768px) {
    .wf-wps-detail .video-media {
      background: none;
      padding: 0 20px 12px 20px; } }
  @media screen and (min-width: 992px) {
    .wf-wps-detail .video-media {
      padding: 0 0 12px 20px; } }

.wf-wps-detail .video-details {
  padding: 0 20px; }
  @media screen and (min-width: 768px) {
    .wf-wps-detail .video-details {
      margin-top: 0;
      padding: 0; } }

.wf-wps-detail .photographer,
.wf-wps-detail .videographer {
  font-weight: normal; }

.wf-wps-detail .photographer + .credits::before,
.wf-wps-detail .videographer + .credits::before {
  content: " / "; }

.wf-wps-detail .story-header {
  background: #1e1e1e; }
  @media screen and (min-width: 768px) {
    .wf-wps-detail .story-header {
      background: none;
      padding: 0 20px; } }
  @media screen and (min-width: 992px) {
    .wf-wps-detail .story-header {
      padding: 0 0 0 20px; } }

.wf-wps-detail .companion {
  margin: 0 auto; }

.wf-wps-detail .video-title {
  font-family: 'McClatchy Slab',Georgia,Times,'Times New Roman',serif;
  font-size: 24px;
  margin: 0 0 10px 0; }
  @media screen and (min-width: 992px) {
    .wf-wps-detail .video-title {
      font-size: 33px; } }

.wf-wps-detail .published-date {
  display: block; }

.wf-wps-detail .posterframe-wrapper {
  margin: 0; }

.wf-wps-detail .mi-playlist-sidebar {
  margin: 0 20px 30px; }
  @media screen and (min-width: 768px) {
    .wf-wps-detail .mi-playlist-sidebar {
      margin: 0 0 30px; } }

.wf-wps-detail .playlist {
  width: 66.66667%; }

.wf-wps-detail .playlist-nav {
  position: absolute;
  right: 0; }
  .wf-wps-detail .playlist-nav .slick-next,
  .wf-wps-detail .playlist-nav .slick-prev {
    position: relative; }

.wf-wps-detail .playlist-item {
  width: 25%;
  border: 0;
  margin-right: 0;
  margin-left: 0;
  padding: 0 0 14px; }
  .wf-wps-detail .playlist-item:nth-child(odd) {
    border-right: none; }
  @media screen and (min-width: 992px) {
    .wf-wps-detail .playlist-item {
      border: 0;
      padding: 0 20px 14px; } }
  .wf-wps-detail .playlist-item .title {
    font-size: 19px;
    font-weight: normal;
    color: #fff; }
  .wf-wps-detail .playlist-item .media-desc {
    margin: 0;
    width: 100%; }
    @media screen and (min-width: 992px) {
      .wf-wps-detail .playlist-item .media-desc {
        float: none;
        padding-left: 0; } }

.wf-wps-detail .media {
  float: none;
  width: 100%;
  margin-right: 15px;
  max-width: 187px; }
  @media screen and (min-width: 992px) {
    .wf-wps-detail .media {
      margin: 0 0 10px; } }

.wf-wps-section-front .playlist-item {
  width: 50%; }
  @media screen and (min-width: 768px) {
    .wf-wps-section-front .playlist-item {
      border-right: 0; }
      .wf-wps-section-front .playlist-item:nth-child(odd) {
        border-right: 1px solid #ccc; } }
  @media screen and (min-width: 992px) {
    .wf-wps-section-front .playlist-item {
      margin: 0 0 12px;
      padding: 0 20px 12px;
      border-bottom: 0; } }
  @media screen and (min-width: 1200px) {
    .wf-wps-section-front .playlist-item {
      width: 25%;
      border-bottom: 0;
      border-right: 1px solid #ccc;
      padding: 0 20px 14px; }
      .wf-wps-section-front .playlist-item:last-child {
        border-right: none; } }

@media screen and (min-width: 992px) {
  .wf-wps-section-front .media {
    float: none;
    width: 100%;
    margin-top: 12px; } }

@media screen and (min-width: 992px) {
  .wf-wps-section-front .media-desc {
    float: none;
    width: 100%;
    padding: 0; } }

.wf-wps-section-front .readmore.video-link {
  text-align: right;
  border-top: 3px solid #888;
  margin: 5px 0 0 0;
  padding: 5px 0 0 0;
  width: 100%; }

.wf-wps-side-bar .video-media {
  position: relative; }

.wf-wps-side-bar .video-details {
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #dcdcdc; }

.wf-wps-side-bar .published-date {
  font-size: 12px;
  color: #aaa; }

.wf-wps-side-bar .playlist-item {
  width: 100%;
  margin: 0 0 12px 0;
  padding: 0 0 5px 0;
  border-right: 0;
  border-bottom: 1px solid #dcdcdc; }

.wf-wps-side-bar .media {
  float: left;
  position: relative;
  width: 50%;
  height: auto; }

.wf-wps-side-bar .media-desc {
  float: left;
  position: relative;
  width: 50%;
  margin-top: 0;
  padding-left: 10px; }

.mi-slick-gallery-container .slick-slide .posterframe-wrapper.posterframe-wrapper {
  position: relative;
  margin-top: 6%; }

.mi-video-detail-playlist-widget .jw-dock-button[button^="playlist-button-"] {
  float: left;
  margin: 0; }
  .mi-video-detail-playlist-widget .jw-dock-button[button^="playlist-button-"] .jw-overlay {
    right: auto;
    left: 0; }
  @media screen and (min-width: 992px) {
    .mi-video-detail-playlist-widget .jw-dock-button[button^="playlist-button-"] {
      display: none; } }

.mi-video-detail-playlist-widget .jw-flag-fullscreen .jw-dock-button[button^="playlist-button-"] {
  display: none; }

.mi-video-detail-playlist-widget .video-media {
  padding: 0 !important;
  margin-bottom: 20px; }

.mi-video-detail-playlist-widget .playlist {
  display: none; }
  @media screen and (min-width: 992px) {
    .mi-video-detail-playlist-widget .playlist {
      display: block; } }
  .mi-video-detail-playlist-widget .playlist.col-md-8 {
    padding-right: 0;
    padding-left: 0;
    margin-right: 20px;
    margin-left: 20px; }
  .mi-video-detail-playlist-widget .playlist .playlist-item {
    width: 25%;
    border: 0;
    /* this takes care of the extra sliver of the next item in the list */
    margin: 0 0 0 1px;
    padding: 0 30px 0 0;
    /*&.is-selected {
                padding-left: 0;
            }*/ }
    .mi-video-detail-playlist-widget .playlist .playlist-item .media {
      max-width: 100%; }
    .mi-video-detail-playlist-widget .playlist .playlist-item .media, .mi-video-detail-playlist-widget .playlist .playlist-item .media-desc {
      float: none;
      width: 100%;
      border: 0;
      padding-left: 0; }
    .mi-video-detail-playlist-widget .playlist .playlist-item .media-desc > h4 {
      font-size: 14px;
      font-family: 'McClatchy Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

.mi-video-detail-playlist-widget .playlist-nav {
  position: relative;
  height: 45px;
  margin-right: 29px;
  /*@include small-screen {
            height: 63px;
            .close-button {
                top: 25px;
                left: 25px;
                width: 32px;
                height: 32px;
                font-size: 32px;
            }
        }*/ }
  .mi-video-detail-playlist-widget .playlist-nav .close-button {
    position: absolute;
    cursor: pointer;
    color: #FFFFFF;
    visibility: hidden;
    top: 25px;
    left: 25px;
    width: 18px;
    height: 18px;
    font-size: 18px; }
  .mi-video-detail-playlist-widget .playlist-nav .slick-prev, .mi-video-detail-playlist-widget .playlist-nav .slick-next {
    background: transparent;
    color: #999;
    cursor: pointer;
    font-family: FontAwesome;
    border: 2px solid;
    border-radius: 50%;
    margin-top: -25px;
    opacity: .8;
    outline: none;
    text-align: center;
    top: 50%;
    position: relative;
    float: right;
    width: 32px;
    height: 32px;
    line-height: 18px;
    font-size: 10px; }
    .mi-video-detail-playlist-widget .playlist-nav .slick-prev:hover, .mi-video-detail-playlist-widget .playlist-nav .slick-next:hover {
      opacity: 1;
      color: #aaa; }
  .mi-video-detail-playlist-widget .playlist-nav .slick-next {
    margin-left: 10px; }
  .mi-video-detail-playlist-widget .playlist-nav .disabled {
    cursor: default;
    pointer-events: none;
    opacity: .3; }
  .mi-video-detail-playlist-widget .playlist-nav .flickity-prev-next-button {
    top: 10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; }
  .mi-video-detail-playlist-widget .playlist-nav .flickity-prev-next-button.previous {
    left: auto;
    right: 60px; }
  .mi-video-detail-playlist-widget .playlist-nav .flickity-prev-next-button.next {
    right: 10px; }

.mi-video-custom-overlay-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1a1a1a;
  padding: 15px 0 15px 15px;
  display: none; }
  .mi-video-custom-overlay-wrap.xxsm .mi-video-overlay-title {
    display: block; }
  .mi-video-custom-overlay-wrap.xsm .mi-video-overlay-title {
    display: block;
    margin: 8px 0 12px; }
  .mi-video-custom-overlay-wrap.xsm .share-icons .form-group {
    margin-bottom: 8px; }
  .mi-video-custom-overlay-wrap.xsm .share-icons label {
    font-size: 12px;
    line-height: 1.5em; }
  .mi-video-custom-overlay-wrap.xsm .share-icons input {
    width: 75%;
    padding: 4px; }
  .mi-video-custom-overlay-wrap.sm {
    padding: 30px 0 30px 30px; }
    .mi-video-custom-overlay-wrap.sm .mi-video-overlay-title {
      font-size: 18px;
      display: block;
      width: 33%;
      margin: 25px 0 30px; }
    .mi-video-custom-overlay-wrap.sm .mi-overlay-item.mi-overlay-item {
      width: 33%;
      margin-right: 40px; }
    .mi-video-custom-overlay-wrap.sm .media-wrap.media-wrap .duration {
      font-size: 14px; }
    .mi-video-custom-overlay-wrap.sm .video-title.video-title {
      font-size: 16px;
      line-height: 18px;
      margin-top: 8px; }
    .mi-video-custom-overlay-wrap.sm .svg-pause {
      padding: 8px 10px; }
    .mi-video-custom-overlay-wrap.sm .mi-video-close-share {
      font-size: 25px; }
    .mi-video-custom-overlay-wrap.sm .share-icons .form-group {
      margin-bottom: 15px; }
    .mi-video-custom-overlay-wrap.sm .share-icons label {
      font-size: 14px;
      line-height: 1.5em; }
    .mi-video-custom-overlay-wrap.sm .share-icons input {
      width: 85%;
      padding: 4px; }
  .mi-video-custom-overlay-wrap.eos {
    display: block;
    bottom: 40px; }
    .mi-video-custom-overlay-wrap.eos .mi-video-eos-wrap {
      display: block; }
    .mi-video-custom-overlay-wrap.eos .flickity-prev-next-button {
      top: -30px;
      width: 30px;
      height: 30px;
      border: 2px solid #999999;
      background: none;
      display: none; }
      .mi-video-custom-overlay-wrap.eos .flickity-prev-next-button.previous {
        right: 45px;
        left: inherit; }
      .mi-video-custom-overlay-wrap.eos .flickity-prev-next-button .arrow {
        fill: #999999; }
    .mi-video-custom-overlay-wrap.eos.sm .flickity-prev-next-button {
      display: block; }
  .mi-video-custom-overlay-wrap.playlist {
    display: block;
    width: auto; }
    .mi-video-custom-overlay-wrap.playlist .playlist-nav {
      position: absolute;
      top: 0;
      left: 0;
      right: 0; }
      .mi-video-custom-overlay-wrap.playlist .playlist-nav .close-button {
        visibility: visible; }
      .mi-video-custom-overlay-wrap.playlist .playlist-nav .slick-next,
      .mi-video-custom-overlay-wrap.playlist .playlist-nav .slick-prev {
        display: none;
        margin-right: 0;
        width: 45px; }
    .mi-video-custom-overlay-wrap.playlist .glyphicon {
      position: absolute; }
  .mi-video-custom-overlay-wrap.share-screen {
    display: block; }
    .mi-video-custom-overlay-wrap.share-screen .mi-video-share-wrap {
      display: block; }
  .mi-video-custom-overlay-wrap .mi-video-share-wrap,
  .mi-video-custom-overlay-wrap .mi-video-eos-wrap {
    display: none; }
  .mi-video-custom-overlay-wrap .mi-video-overlay-title {
    font-family: 'McClatchy Sans',Arial,'Helvetica Neue',Helvetica,sans-serif;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 8px;
    display: none; }
  .mi-video-custom-overlay-wrap .mi-overlay-item.mi-overlay-item {
    width: 50%;
    margin-right: 30px; }
  .mi-video-custom-overlay-wrap .media-wrap.media-wrap {
    position: relative;
    width: 100%;
    height: auto;
    max-width: 100%; }
    .mi-video-custom-overlay-wrap .media-wrap.media-wrap img {
      position: relative;
      width: 100%;
      height: auto; }
    .mi-video-custom-overlay-wrap .media-wrap.media-wrap .duration {
      position: absolute;
      top: 0;
      left: 0;
      padding: 2px 4px;
      font-size: 10px;
      color: #fff;
      background: rgba(0, 0, 0, 0.5); }
  .mi-video-custom-overlay-wrap .video-title.video-title {
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
    color: #fff;
    margin: 5px 0 0;
    cursor: pointer; }
  .mi-video-custom-overlay-wrap .svg-timer-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; }
  .mi-video-custom-overlay-wrap .svg-timer {
    height: 60px;
    width: 60px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 100%;
    z-index: 5; }
  .mi-video-custom-overlay-wrap .svg-timer-circle {
    stroke: #BB2403;
    fill: transparent;
    stroke-dasharray: 100 100;
    stroke-dashoffset: 0;
    transition: stroke-dashoffset 1s;
    transition-timing-function: linear; }
  .mi-video-custom-overlay-wrap .svg-timer-text {
    fill: rgba(255, 255, 255, 0.9);
    font-size: 19px;
    text-anchor: middle; }
  .mi-video-custom-overlay-wrap .svg-timer-pause {
    display: block;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.7);
    border: none;
    border-radius: 10px;
    padding: 5px 7px; }
  .mi-video-custom-overlay-wrap .glyphicon {
    background: none;
    position: relative;
    margin: 0 5px 0 0;
    padding: 0;
    font-size: 12px;
    opacity: 1;
    left: 0; }
  .mi-video-custom-overlay-wrap .mi-video-close-share {
    position: absolute;
    font-size: 15px;
    top: 10px;
    left: inherit;
    right: 10px;
    margin: 0;
    cursor: pointer;
    z-index: 1;
    color: #fff; }
  .mi-video-custom-overlay-wrap .share-icons li {
    width: auto;
    height: auto;
    margin-right: 15px;
    padding: 0;
    border: 0; }
    .mi-video-custom-overlay-wrap .share-icons li a,
    .mi-video-custom-overlay-wrap .share-icons li .glyphicon {
      color: #fff;
      width: auto;
      height: auto; }
    .mi-video-custom-overlay-wrap .share-icons li .glyphicon {
      font-size: 18px; }
    .mi-video-custom-overlay-wrap .share-icons li.embed {
      width: 100%; }
  .mi-video-custom-overlay-wrap .share-icons .form-group {
    margin-bottom: 4px; }
  .mi-video-custom-overlay-wrap .share-icons label {
    display: block;
    color: #fff;
    font-size: 11px;
    line-height: 1em; }
  .mi-video-custom-overlay-wrap .share-icons input {
    display: inline-block;
    width: 70%;
    padding: 2px; }
  .mi-video-custom-overlay-wrap .share-icons .select-btn {
    display: inline-block;
    margin-left: 5px; }

.mi-custom-share-btn {
  font-family: FontAwesome !important; }

.playBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: #000;
  border-radius: 50%;
  color: #fff;
  cursor: pointer; }
  @media screen and (min-width: 768px) {
    .playBtn {
      width: 50px;
      height: 50px; } }
  .playBtn .glyphicon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px; }
    @media screen and (min-width: 768px) {
      .playBtn .glyphicon {
        font-size: 25px; } }

.mi-video-playlist-overlay-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 40px;
  background: #1a1a1a;
  padding: 15px 0 15px 15px;
  display: none;
  /*.media {
        position: relative;
        width: 100%;
        height: auto;
        max-width: 100%;

        img {
            position: relative;
            width: 100%;
            height: auto;
        }
    }*/ }
  @media screen and (min-width: 768px) {
    .mi-video-playlist-overlay-wrap {
      padding: 30px 0 30px 30px; } }
  .mi-video-playlist-overlay-wrap.playlist {
    display: block;
    width: auto; }
    .mi-video-playlist-overlay-wrap.playlist.col-md-8 {
      margin-right: auto;
      margin-left: auto; }
    .mi-video-playlist-overlay-wrap.playlist .mi-playlist-sidebar {
      height: 100%; }
    .mi-video-playlist-overlay-wrap.playlist .flickity-viewport {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 15px;
      margin: auto; }
      @media screen and (min-width: 768px) {
        .mi-video-playlist-overlay-wrap.playlist .flickity-viewport {
          left: 15px; } }
    .mi-video-playlist-overlay-wrap.playlist .playlist-nav {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 2; }
      .mi-video-playlist-overlay-wrap.playlist .playlist-nav .close-button {
        visibility: visible; }
      .mi-video-playlist-overlay-wrap.playlist .playlist-nav .slick-next,
      .mi-video-playlist-overlay-wrap.playlist .playlist-nav .slick-prev {
        display: none;
        margin-right: 0;
        width: 32px;
        margin-top: 0; }
        @media screen and (min-width: 768px) {
          .mi-video-playlist-overlay-wrap.playlist .playlist-nav .slick-next,
          .mi-video-playlist-overlay-wrap.playlist .playlist-nav .slick-prev {
            display: block; } }
    .mi-video-playlist-overlay-wrap.playlist .playlist-item {
      width: 60%;
      padding-right: 30px;
      margin-right: 10px;
      padding-top: 20px; }
      @media screen and (min-width: 768px) {
        .mi-video-playlist-overlay-wrap.playlist .playlist-item {
          width: 45%;
          margin-right: 10px;
          padding-top: 0; } }
  .mi-video-playlist-overlay-wrap .video-title.video-title {
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
    color: #fff;
    margin: 5px 0 0; }
    @media screen and (min-width: 768px) {
      .mi-video-playlist-overlay-wrap .video-title.video-title {
        font-size: 16px;
        line-height: 18px;
        margin-top: 8px; } }
