.media-player{
  background: none;
  width: 100%;
  position: relative;
  font-size: 14px;
  font-weight: bold;
}
.media-player img{
  width: 100%;
}
.media-thumbnails ul, .media-thumbnails li{
  list-style: none;
  margin: 0;
  display: inline-block;
}

.media-thumbnails ul{
  width: 100%;
  padding-left:2.7%;
  padding-right:1%;
}

.media-thumbnails li{
  overflow: hidden;
  max-height: 92px;
  height: 92px;
  padding: 0;
  width: 126.5px;
  margin: 0 6px;
  font-size: 0;
}

.media-thumbnails{
  padding: 13px 13px 13px 13px;
  position: relative;
  background: url(../img/bottom-border.png) center bottom no-repeat;
  margin-bottom: 20px;
}

.media-thumbnails:before{
  border-top: 1px #ebebeb solid;
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left:0;
}

span.media-navigation{
  width: 20px;
  display: block;
  background-size:100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  height: 100%;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  opacity: 0.8;
  cursor: pointer;
}
span.prev-navigation{
  background-image: url(../../../static/img/icon-playlist-left.svg);
  left: 0;
  margin-left: -1px;

}
span.next-navigation{
  background-image: url(../../../static/img/icon-playlist-right.svg);
  right: 0;
  margin-right: -1px;
}

span.media-navigation.disabled{
  cursor: default;
}

span.media-navigation:after{
  content: "";
  position: absolute; 
  width: 10px;
  height: 100%;
}
span.prev-navigation:after {
  background: url(../../../static/img/icon-left-arrow-white.svg) no-repeat center center;
  left:-3px;

}
span.next-navigation:after {
  background: url(../../../static/img/icon-right-arrow-white.svg) no-repeat center center;
  left:13px;
}

span.prev-navigation.disabled:after {
  background-image: none;
}

span.next-navigation.disabled:after{
  background-image: none;
}

.media-player.placeholder{
min-height: 350px;
background-size: cover;
cursor: pointer;
}

.media-player.placeholder:before{
content: " ";
position: absolute;
top: 0;
width: 100%;
height: 100%;
text-align: center;
color: #ffffff;
background-color:rgba(0,0,0,0.2);
}

.media-player.placeholder:after{
content: "";
position: absolute;
background-image: url(../../../static/img/icon-type-play-white.svg);
background-repeat: no-repeat;
background-size: 110px 110px;
background-position: 50% 50%;
height: 100%;
width: 100%;
opacity: 0.5;
}

.media-player.placeholder:hover:before {
background-color:rgba(0,0,0,0.6);
}

.media-player.placeholder:hover:after {
opacity: 1;
}

.media-player.no-video{
background-color:rgba(41,127,200,0.25);
min-height: 350px;
}

.media-player.no-video:before{
content: "TRAILER COMING SOON";
position: absolute;
top: 48%;
width: 100%;
text-align: center;
color: #ffffff;
}

.media-descriptions{
  width:81%;
  padding: 14px 0;
  color: #ccc;
  height: 96px !important;
}

.media-descriptions h2{
  font-size: 13px;
  font-weight: bold;
  font-family: "Proxima Nova", "Montserrat", Helvetica, Arial, sans-serif;
  color:#ccc;
  line-height: 16px;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.media-descriptions p{
  font-size: 13px;
  font-weight: normal;
  color:#ccc;
  overflow: hidden;
  height: 50px;
}
.media-index-number{
  width: 100%;
  display: block;
  font-size: 13px;
  color:#ccc;
  position: absolute;
  bottom: -5px;
  left:0;
  text-align: center;
  font-style: italic;
  font-family: "Times New Roman";
}
.media-thumbnails li img{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index:1;
  top:0;
  left:0;
}
.media-thumbnails li a{
  display: block;
  height: 100%;
  cursor: pointer;
  position: relative;
}
.media-thumbnails li.active a:before{
  background: rgba(241,85,0,0.6);
  content: "NOW PLAYING";
  text-align: center;
  padding: 30% 20px 0 20px;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  z-index: 3;
}

iframe.fandangoMediaPlayer{
  margin: 0;
  padding: 0;
  border: 0;
  max-width: 100%;
}

.media-thumbnails li .overlay-wrapper, .media-thumbnails li.active:hover .overlay-wrapper{
  display: none;
  position: absolute;
  width: 100%;
  height:100%  !important; 
  padding: 14px;
  overflow: hidden;
  z-index:2;

}
.media-thumbnails li:hover .overlay-wrapper{
  display: block;
  background-color:rgba(0,0,0,0.7);
}

.overlay{
  position: relative;
  color: #ffffff;
  font-size: 13px;
  width: 100%;
  height:100% !important; 
  line-height: 16px;
  overflow: hidden;
  text-transform: uppercase;
  font-weight: bold;
  text-align: left;
  display: inline-block;
}


/*
This is the visible area of you carousel.
Set a width here to define how much items are visible.
The width can be either fixed in px or flexible in %.
Position must be relative!
*/
.jcarousel {
    position: relative;
    overflow: hidden;
    margin-left: 20px;
    margin-right: 20px;
}

/*
This is the container of the carousel items.
You must ensure that the position is relative or absolute and
that the width is big enough to contain all items.
*/
.jcarousel ul {
    width: 20000em;
    position: relative;

    /* Optional, required in this case since it's a <ul> element */
    list-style: none;
    margin: 0;
    padding: 0;
}

/*
These are the item elements. jCarousel works best, if the items
have a fixed width and height (but it's not required).
*/
.jcarousel li {
    /* Required only for block elements like <li>'s */
    float: left;
}


.jcarousel li .description{
  display: none;
}