.evp__preview__duration {
  display: none;
}

.evp__preview-controls-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.evp__action-overlay-controls__play {
  background-image: url("../img/icons/play_overlay_di.svg");
}

.evp__preview__play {
  background: none;
  cursor: pointer;
  font-size: 0;
}

.evp__preview__play::before {
  height: 66px;
  width: 66px;
  background-image: url("../img/icons/play_overlay_di.svg");
}

.evp__preview-topbar {
  position: absolute;
  top: 0;
  width: 100%;
  height: 40px;
  font-size: 18px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.25)),
    to(rgba(31, 35, 38, 0))
  );
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.25), rgba(31, 35, 38, 0));
  background: -o-linear-gradient(rgba(0, 0, 0, 0.25), rgba(31, 35, 38, 0));
  background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(31, 35, 38, 0));
}

.evp__preview-topbar__title {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.evp__preview-topbar__title::after {
  display: none;
}

.evp__preview-topbar__title__text {
  font-family: inherit;
  background: none;
  white-space: nowrap;
}
