/** Shopify CDN: Minification failed

Line 33:20 Expected ":"
Line 33:22 Expected identifier but found "rgba("

**/


/* CSS from section stylesheet tags */
.section-homepage-video {
    position:relative:
    width: 100%;
}
video-homepage {
    width: 100%;
    height: auto;
}
.overlay-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 14px 28px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 18px;
    transition: background-color 0.3s ease, opacity 0.3s ease;
}
.overlay-button:hover {
    background-color; rgba(0, 0, 0, 0.8);
}
.section-homepage-video{
width:100%;
}
.video-homepage{
width: 100%;
height: auto;
}