/*****************************************
		CUSTOM CSS
******************************************/

img {
    max-width : 100%;
    height : auto;
}

/* ##########################  responsive  ########################### */
#fixed1 { position: fixed; bottom: 25px; left: 5px; width: 80px; height: 50px; background-color: transparent; z-index:20000; }  

/* ##########################  back  ########################### */

/* ##########################  ssl ########################### */
#fixed2 { position: fixed; bottom: 40px; right: 25px; width: 40px; height: 40px; background-color: transparent; z-index:20010; }  

/* ##########################  back  ########################### */

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:10px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}