/**
 * @copyright	Copyright (C) INNIO. All Rights Reserved.
 * @license		GPL v2 or later
**/

body .cmp{position:relative;}
body .cmp-placeholder{height:360px;display:grid;align-items:center;text-align:center}
body .cmp-placeholder:before{background-color:#00000061;content:"";width:100%;height:100%;position:absolute;top:0;left:0;z-index:9}
body .cmp-placeholder > div{display:grid;justify-items:center;align-items:center;row-gap:20px;z-index:10;padding:0 24px;}
body .cmp-placeholder > div p{color:#fff;margin:0;}
body .cmp-placeholder > div p,
body .cmp-placeholder > div button{position:relative;}
body .cmp-placeholder > img{position:absolute;left:0;top:0;width:100%;height:100%;}
body .wp-block-embed-youtube-cmp{justify-items:center;}
body.wp-embed-responsive .wp-block-embed-youtube-cmp.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:0;}
@media (max-width:767px){
	body .cmp-placeholder > img{width:100%;height:100%;object-fit:cover;}
}
