
.product-hero-section-sla div.product-hero-image-container {
    margin-right: 0; 
    text-align: right
}

.youtube-links {
    text-align: center;
}

.video-grid {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.video-item {
    text-decoration: none;
    color: black;
    width: 200px;
    text-align: center;
}

.video-item img {
    width: 100%;
    border-radius: 8px;
    transition: transform 0.2s;
}

.video-item:hover img {
    transform: scale(1.05);
}

.preview-on-click {
    cursor: pointer;
}

.preview-on-click:hover {
    background: #e0e0e0;
}

/* Extracted styles from HTML */
section.sliderMenu {
    top: -100%;
    max-height: 80px;
}

nav#glueyNavigation {
    float: left;
}

.product-hero-section-sla-text {
    color: #3dad7d;
}

section#why {
    max-width: 600px;
}

.sectionWrapper.center {
    text-align: center;
}

a.link-green {
    color: #00875a;
    font-size: 1em;
}

ul.list-inside {
    list-style: inside;
}

a.link-large {
    font-size: 1.2em;
}

.preview-on-click {
    padding-top: 0;
}

a.more-link {
    font-size: 1.2em;
    font-weight: bold;
}

.hidden {
    display: none;
}