.herocontainer { position: relative; max-width: 100%; margin: 0 auto; padding-top: 0; }

.moodvideoholder { position: relative; width: 100%; height: 100vh; overflow: hidden; }

.moodvideoholder video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }

.video-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0,0,0,0.5); pointer-events: none; z-index: 2; }

.heading_h1 { position: absolute; top: 30%; left: 0; right: 0; width: 70%; margin: 0 auto; display: flex; justify-content: center; z-index: 3; text-align: center; color: #fff; }

.video-boxes { position: absolute; top: 50%; left: 50%; transform: translateX(-50%); display: flex; gap: 30px; z-index: 3; }

.video-box { background: rgba(255,255,255,0.9); padding: 20px; width: 400px; min-height: 140px; text-align: center; border-radius: 8px; box-shadow: 0 4px 8px rgba(0,0,0,0.2); border-bottom: 12px solid #33b64e; font-size: 14px; }

.video-box a { text-decoration: none; color: inherit; }
.video-box a:hover { color: inherit; }

.video-boxes a:hover .video-box { background: yellow; border-radius: 8px; border-bottom: 12px solid #33b64e; }

.video-boxes a,
.video-boxes a:link,
.video-boxes a:visited,
.video-boxes a:hover,
.video-boxes a:active,
.video-boxes a:focus,
.video-boxes a {
    text-decoration: none !important;  /* remove all underlines */
    color: #000 !important;            /* always black */
}

/* Mobile */
@media (max-width:1200px) {
    .video-box { width: 360px; min-height: 90px; padding: 12px; }
    .heading_h1 { top: 15%; width: 100%; font-size: 24px; line-height: 28px; }
}

@media (max-width:900px) {
    .video-boxes { flex-direction: column; align-items: center; top: 30%; }
    .video-box { width: 360px; min-height: 140px; padding: 12px; }
    .heading_h1 { top: 10%; width: 100%; font-size: 30px; line-height: 34px; }
}

/* Mobile */
@media (max-width:768px) {
    .video-boxes { flex-direction: column; align-items: center; top: 30%; }
    .video-box { width: 300px; min-height: 90px; padding: 12px; }
    .heading_h1 { top: 10%; width: 100%; font-size: 30px; line-height: 34px; }
}
