
			
						/*
			You can add your own CSS here.
			
			Click the help icon above to learn more.
			*/
			
			.mejs-mediaelement video {
				object-fit: cover;
			}
			
			.x-child-theme-active .x-navbar-wrap .x-navbar-fixed-top {
				z-index: 4000 !important;
			}
			
			/*
			Hide all but 1st IG item on 480px screen and smaller
			*/
			@media (max-width: 480px) {
				#sb_instagram #sbi_images .sbi_item:nth-child(n+2) {
					display: none;
				}
			}
			/*
			Hide all but 1st 4 IG items on 640px screen and smaller
			*/
			@media (max-width: 640px) {
				#sb_instagram #sbi_images .sbi_item:nth-child(n+5) {
					display: none;
				}
			}
			
			#gform_10 label {color: #000 !important;}		
		