/**
 *
 * phpBB Studio - Video blog gallery. An extension for the phpBB Forum Software package.
 *
 * @copyright (c) 2020, phpBB Studio, https://www.phpbbstudio.com
 * @license GNU General Public License, version 2 (GPL-2.0)
 *
 */

:root {
	--padding-bottom: 56.25%;
}

.studio-wrapper-bbcode {
	position: relative;
	height: 0;
	padding-bottom: var(--padding-bottom);
}

.studio-wrapper-bbcode video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
