.featured-product-video-container {
    position: relative;
    width: 100%;
    max-width: 500px; /* Adjust as needed */
    margin: 10px auto;
    overflow: hidden;
    border: 2px solid #fff; /* Adjust border color as needed */
}

.featured-product-video {
    width: 100%;
    height: auto;
}

.product-info {
    position: absolute;
    bottom: 0; /* Aligns product info to the bottom of the video */
    width: 100%;
    background: rgba(0, 0, 0, 0.6); /* Semi-transparent background for readability */
    padding: 15px 0;
    text-align: center;
    color: #fff;
}

.product-info .product-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 10px;
    background-size: cover;
    background-position: center;
    display: inline-block; /* Keeps the image centered */
}

.product-info .price {
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
}

.button {
    display: inline-block;
    padding: 8px 20px;
    background: /*#1246ab*/##adf0e0;
    color: #1246ab;
    text-decoration: none;
    border-radius: 20px;
    margin-top: 4px;
    font-weight: bold;
}
