.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
@import "captions";

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
@import "galleries";

.embed-container, .ContainerVideoFs, .container_iframe{ 
		position: relative;
		padding-bottom: 56.25%; /* 16:9 */
		overflow: hidden; 

		.BlocTwoCol-Container &,
		.BlocCenterTxt &,
		.BlocCenterVideo &{
			padding-bottom:0px;
		}

		//padding-top: 25px;
		//height: 0;
	} 

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

	// iframe {
	// 	/* optional */
	// 	width: 100%;
	// 	height: 100%; 
	// }



.videoContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}