.ccb-image-wrap {
    position: relative;
    display: inline-block;
  }
  
  .ccb-image-wrap::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 125px;
    height: 100px;
    transform: translate(-50%, -50%);
    background: url('../play.png') no-repeat center / contain;
    opacity: 1;
    pointer-events: none;
  }