.thumb .ynbadge {
  bottom: -5px;
  right: -3px;
  position: absolute; }

.video-openinapp {
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 6px;
  color: #fff;
  border: solid 1px #fff;
  padding: 3px 12px;
  border-radius: 6px;
  display: table; }
  .video-openinapp span {
    display: table-cell;
    vertical-align: top; }

.gettheapp-button {
  cursor: pointer;
  background: #80e230;
  color: #fff;
  border-radius: 6px;
  text-align: center;
  padding: 15px 50px 15px 40px;
  font-size: 20px;
  line-height: 24px;
  display: table;
  white-space: normal;
  margin: 0 auto; }
  .gettheapp-button > * {
    margin-top: 2px;
    vertical-align: middle;
    display: table-cell; }
  .gettheapp-button > i {
    font-size: 30px; }

.video-play {
  cursor: pointer;
  display: block;
  height: 0;
  padding-top: 22vh;
  padding-bottom: 18vh;
  text-align: center;
  background: rgba(0, 0, 0, 0.25);
  line-height: 0; }
  .video-play .video-playbutton {
    border: solid 2px #fff;
    border-radius: 50%;
    margin: 0;
    padding: 1.75vh 0.25vh 1.66vh 1.25vh;
    font-size: 8vh;
    color: #fff;
    background: rgba(0, 0, 0, 0.25);
    line-height: 1px; }
