.product-video__wrap {
    position: relative;
}

.product-video__main {
    gap: 3rem;
    flex-wrap: nowrap;
}

.product-video__picture {
    width: 100%;
    height: 100%;
    aspect-ratio: 748 / 458;
    border-radius: .75rem;
    overflow: hidden;
}

.product-video__play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6rem;
    height: 6rem;
    backdrop-filter: blur(1rem);
    border-radius: 100%;
}

.product-video__play-btn svg {
    margin-left: .5rem;
}

.product-video__text  {
    color: hsla(240, 37%, 12%, 0.7);
    line-height: 1.75rem;
}

@media screen and (max-width: 991px) {
    .product-video {
        margin-top: 2.46rem !important;
        margin-bottom: 3rem !important;
    }

    .product-video__main {
        gap: 1.84rem;
    }

    .product-video__title.h4 {
        font-size: 1.84rem;
        line-height: 2.46rem;
    }

    .product-video__text.p.--l {
        font-size: 1.07rem;
        line-height: 1.54rem;
    }

    .product-video__play-btn {
        width: 4.85rem;
        height: 4.85rem;
    }

    .product-video__play-btn svg {
        width: 1.54rem;
        height: 1.84rem;
    }
}

@media screen and (max-width: 640px) {
    .product-video__main {
        flex-wrap: wrap;
    }
}