/* Parallax Effect Styles */
.hero-image-wrapper {
    position: relative;
}

.hero-image-wrapper img#glassTexture {
    display: none !important;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

.hero-image-wrapper canvas {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    display: block !important;
    z-index: 1;
}
