/* TubeBay Responsive Video Wrapper */
.tubebay-product-video-wrapper {
    margin: 20px 0;
    width: 100%;
}

.tubebay-responsive-iframe-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

.tubebay-responsive-iframe-container iframe,
.tubebay-responsive-iframe-container object,
.tubebay-responsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* YouTube Red hover effect for the play button */
.tubebay-video-facade:hover .tubebay-play-bg {
    fill: #ff0000 !important;
    fill-opacity: 1 !important;
}

/* Slight dimming of the thumbnail on hover */
.tubebay-video-facade:hover img {
    opacity: 0.85;
    transition: opacity 0.2s;
}