.video-slider .vid {
    width: 600px;
    height: 300px;
}

@media only screen and (max-width: 1100px) and (min-width: 1024px) {
    .contact-page-wrap .contact-site-info-details .contact-info.contact-email a {
        font-size: 13px !important;
    }
}

/* Add scroll to long nav */
@media screen and (max-width: 1366px) and (max-height: 700px) {

    /* Genesis uses .genesis-nav-menu and .sub-menu */
    .genesis-nav-menu .sub-menu {
        max-height: 300px;    /* Height limit to trigger scroll */
        overflow-y: auto;     /* Vertical scroll */
        overflow-x: hidden;   /* Hide horizontal scroll */
        
        /* Ensures the dropdown doesn't vanish behind other layers */
        z-index: 9999; 
        
        /* Optional: Smooth scrolling for mobile/touch */
        -webkit-overflow-scrolling: touch;
    }

    /* Genesis sub-menus often have absolute positioning that can 
       interfere with scrolling. This ensures it behaves like a box. */
    .genesis-nav-menu .menu-item-has-children {
        position: relative;
    }
}