.videoholder_wrapper{
height: auto;
}

.videoholder_pre_content{
height: 100%;
}

.videoholder{
padding-bottom: 0px;
}

.thumb-container.video_link::after{
  content: " ";
  position: absolute;
  height: 20px;
  top: 32%;
  left: 42%; /* To the right of the tooltip */
  border-width: 30px;
  border-style: solid;
  border-color:  transparent transparent transparent #0282c8cf;
}

@media screen and (max-width: 768px){
    .thumb-container.video_link::after{
      height: 10px;
      border-width: 9px;
    }
}