/*
 Theme Name:     RYNO Child Theme
 Theme URI:      http://rynoss.com/
 Description:    RYNO Child Theme
 Author:         Ryno SS - Jerad Shepherd
 Author URI:     http://www.rynoss.com
 Template:       theme-3
 Text Domain:    ryno-theme-three-child
 Version:        1.0.0
*/
 
/* =Theme customization starts here
------------------------------------------------------- */

@media(max-width:991px){
	.video-item__title{
		max-width: 450px;
	}
}
@media (max-width: 1199px) {
    .vimeo-container iframe {
        max-width: unset;
        height: 171px;
        width: 100%;
    }
}
.main-navigation>li.has-dropdown>ul>li.has-dropdown>ul>li:hover>a {
    color: var(--nav-link-hover-text);
    background: var(--mobile-subnav-text);
}