.ip-videos-item {
  margin-bottom: 30px;
}
.ip-videos-item a {
  display: block;
  position: relative;
}
.ip-videos-item a img + img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 64px;
  height: auto;
  margin: auto;
  z-index: 8;
  transition: all var(--default-transition);
}
.ip-videos-item a span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  font-size: 15px;
  color: #000000;
  line-height: 1.1;
  letter-spacing: 0.02em;
  text-align: center;
}
.ip-videos-item a:hover img + img {
  transform: scale(1.2);
}/*# sourceMappingURL=page-68.css.map */