/*
Theme Name: Tahoe Web Company Flatsome Child 
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/



/****************************************************/
/*************** GLOCAL STANDARD CSS  ***************/

/* global typography styles ------------*/


/* full responsive players ------------*/
	.video-container {
		position: relative;
			/* Set Padding Bottom Ratios: Aspect Ratios:
			21:9 = 42.86%
			16:9 = 56.25%
			75% = 4:3
			66.66% = 3:2
			62.5% = 8:5*/
    	padding-bottom: 56.25%;
    	padding-top: 30px; height: 0; overflow: hidden;
	}

	.video-container iframe,
	.video-container object,
	.video-container embed,
	.video-container video  {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	}
	
	.video-container-limit-size {
		max-width:1024px;
		margin:auto;
		text-align:center;
	}
	
	
/* END full responsive players ------------*/


	
/* full responsive IFRAMES ------------*/
	.iframe-container {
		position: relative;
		/* Set Padding Bottom Ratios: Aspect Ratios:
			21:9 = 42.86%
			16:9 = 56.25%
			75% = 4:3
			66.66% = 3:2
			62.5% = 8:5*/
    	padding-bottom: 42.86%;
    	padding-top: 30px; height: 0; overflow: hidden;
	}

	.iframe-container iframe {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	}
/* END full responsive IFRAMES ------------*/


/****************************************************/
/*************** END GLOCAL STANDARD CDD  ***************/




@media only screen and (max-width: 849px) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}