
.vjs-carousel-title {
  align-items: flex-end;
}

.vjs-item-view-down-arrow {
  height: 20px;
}

.vjs-title-item-view-mobile {
  font-size: 0.7rem !important;
}

.player-message {
  padding: 15px;
  text-align: right;
  font-size: 15px;
  position: relative;
}

.message {
  display: block;
  float: right;
}

.player-message a {
  color: #fff;
  text-decoration: underline!important;
  padding-left: 35px;
}

.inside .player-message a, .update .player-message a {
  color: #0076b3;
  text-decoration: underline!important;
  padding-left: 35px;
}

.message.init-hidden {
  display: none;
}

.player-message .message:before {
  content: "";
  background: url(../../img/home/play-icon-white.svg) no-repeat 50%;
  background-size: cover;
  width: 25px;
  height: 25px;
  position: absolute;
  display: block;
}

.video-js .vjs-big-play-button {
  z-index:5 !important;
}

#videopass_header {
  z-index:6 !important;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 768px)
{
  .player-message { display:none !important; }
  #videoContainer_live .vjs-time-control {
    display: none;
  }

  #player_container {
    margin-bottom: 10px;
  }

  .video-js.vjs-16-9 {
    position:relative !important;
  }
  
  
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)
{
  .player-message { display:none !important; }
 
}