.iec_video_poster {
  background-image: url('../images/video_poster.jpg');
  background-size:cover;
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
  width: 100%;
  z-index: 1;
}

.iec-player-btn {
  text-align: right;
  margin: 0px;
  padding: 0px;
  height: 15%;
  border: none;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background: transparent;
  display: flex;
  flex-direction: row-reverse;
}
.iec-player-btn .fa-play {
  display: none;
}

.img-bg-btn-play-video {
  height: 100% !important;
  width: auto !important;
  vertical-align: unset !important;
}

/*.iec-player-btn > i {*/
/*  position: absolute;*/
/*  top: 40px;*/
/*  left: 16px;*/
/*  font-family: FontAwesome;*/
/*  font-size: 25px;*/
/*  font-weight: normal;*/
/*  font-style: normal;*/
/*  font-stretch: normal;*/
/*  line-height: normal;*/
/*  letter-spacing: normal;*/
/*  color: #ffffff;*/
/*}*/

.iec-video-container iframe.embed-responsive-item {
  background-color: #000;
}

.video-teaser .iec-player-btn{
  height: 20% !important;
}
/* .iec-video-unplay .iec_plyr__poster{
  z-index: 1;
} */

.tlExceededViewsLimit,div.tlImageContainer div.tlSidebar,.tlFourDotsButton{
  display: none !important;
}

.tlImageContainer{
  min-width: 100% !important;
}
