/*
Theme Name: TheGem Child
Description: Multi-Purpose Wordpress Theme
Author: Codex Themes.
Theme URI: http://codex-themes.com/thegem/
Author URI: http://codex-themes.com/thegem/
Template: thegem
Version: 1.0
Tags: one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready, dark, light
License: GNU General Public License
License URI: license.txt
*/
@keyframes fade-in-up {
	 0% {
		 opacity: 0;
	}
	 100% {
		 transform: translateY(0);
		 opacity: 1;
	}
}
body .big-index {
    position: relative;
    z-index: 4 !important;
}
.video iframe {
	 max-width: 100%;
	 max-height: 100%;
}

.video.stuck {
	position: fixed;
	bottom: 20px;
	left: 20px;
	width: 310px;
	height: 173px;
	/** transform: translateY(100%); 
	animation: fade-in-up 0.75s ease forwards;**/
	z-index: 1001;
}
@media(min-width:900px) {
	.video.stuck {
		 width: 320px;
		 height: 180px;
	}
}