﻿.video-page .screening-list-item .sc-list-img {
  position: relative;
}

.video-page .screening-list-item .sc-list-img .play-btn {
  position: absolute;
  width: 100px;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px;
}

@media screen and (min-width: 768px) {
  .video-page .screening-list-item a.sc-list-view-more {
    display: none;
  }
}
