.glidy--video-wrap {
    position: relative;
    overflow: hidden;
    line-height: 0;
}

.glidy--video-wrap .play-video {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.glidy--video-wrap .play-icon {
    width: 90px;
    height: 90px;
    border: 2px solid #fff;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    fill: #fff;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.3s;
}