.video-wrapper {
    position: relative;
    margin-top: 50px;
    margin-bottom: 36px;        
}

.video-wrapper a::before {
    background-color: rgb(0 0 0 / 50%);
    width: 100%;
    height: 100%;
    content: '';
    left: 0;
    top: 0;
    position: absolute;
    z-index: 2;
}

.watch-now-wrapper {
    position: absolute;
    z-index: 3;
    background-color: #fff;
    box-shadow: 1px 2px 6px 2px rgb(0 0 0 / 13%);
    padding: 10px 40px 10px 10px;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: 700;
    color: #7B7770;
    font-size: 18px;
    left: 40px;
    top: -23px;
    display: flex;
    align-items: center;
}

.watch-now-wrapper>img {
    position: relative !important;
    width: 24px;
    left: 0;
    margin-right: 10px;
}

.watch-now-wrapper .arrow-right {
    position: absolute;
    right: 0;
    bottom: 0;
    transform: translate(-11px, 49%);
}

.watch-now-wrapper .arrow-right .arrow-right__img {
    max-width: 100%;
    width: 100%;
    position: relative;
}

.watch-now-image-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
}

.watch-now-image {
    position: absolute;
    inset: 0 0;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    background-color: #000;
}

.play-video-btn.orange {
    background-color: rgb(255 255 255 / 31%);
    padding: 10px;
    border-radius: 100px;
    z-index: 5;
}

.play-video-btn__inner {
    padding: 20px;
    background-color: #FFFFFF;
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 100px;
}

.play-video-btn {
    position: absolute;
    cursor: pointer;
    top: 50%;
    left: 50%;
    right: 0;
    background: rgb(237 243 249 / 84%);
    width: 112px;
    height: 112px;
    border-radius: 100%;
    transform: translate(-50%,-50%);
    z-index: 1;
}

.play-video-btn svg {
    position: absolute;
    top: 24px;
    right: 20px;
    pointer-events: none;
}

.play-video-btn__inner svg {
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
}