/* make thumbnails of blocked content cover the available space (otherwise they'd be small and aligned left) */
.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed {
    width: 100%;
    min-height: 200px;
}
.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed ._brlbs-thumbnail {
    margin: auto;
}

/* YouTube (even if thumbnail delivered by YouTube should be too msall */
.BorlabsCookie ._brlbs-content-blocker ._brlbs-video-youtube ._brlbs-thumbnail,
.BorlabsCookie ._brlbs-content-blocker ._brlbs-video-vimeo ._brlbs-thumbnail {
	width: 1920px;
}

/* Google Maps */
.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed._brlbs-google-maps {
    background-image: url(/wp-content/plugins/borlabs-cookie/images/cb-maps.png);
    background-size: cover;
    background-position: center;
}
.BorlabsCookie ._brlbs-content-blocker ._brlbs-embed._brlbs-google-maps ._brlbs-thumbnail {
    visibility: hidden;
}