/* ALCIDES CUSTOM ADJUSTS */

/* YT responsive START */
.is-provider-youtube > .wp-block-embed__wrapper{
	position: relative;
	padding-bottom: 53%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.is-provider-youtube > .wp-block-embed__wrapper iframe, .is-provider-youtube > .wp-block-embed__wrapper object, .is-provider-youtube > .wp-block-embed__wrapper embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
}
/*
iframe[src*="www.youtube.com"]{
	height:450px;
}
*/

/* YT responsive END */
@media only screen and (max-width: 1200px){
	/* YT responsive START */
	.is-provider-youtube > .wp-block-embed__wrapper{
		padding-bottom: 51%;
	}
/*
	iframe[src*="www.youtube.com"]{
		height:350px;
	}
*/
	/* YT responsive END */
}
@media only screen and (max-width: 992px){
	/* YT responsive START */
	.is-provider-youtube > .wp-block-embed__wrapper{
		padding-bottom: 50%;
	}
	/* YT responsive END */
}
@media only screen and (max-width: 768px){
	/* YT responsive START */
	.is-provider-youtube > .wp-block-embed__wrapper{
		padding-bottom: 51%;
	}
	/* YT responsive END */
}

@media only screen and (max-width: 576px){
	/* YT responsive START */
	.is-provider-youtube > .wp-block-embed__wrapper{
		padding-bottom: 50%;
	}
	.figure-alone .wp-block-embed__wrapper{
		width: 112%;
		width: 100%;
	}
	/* YT responsive END */
}
