/**
 *
 * 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)
 *
 */

article {
	border: 1px solid #cccccc;
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 20px 0 rgba(0, 0, 0, 0.19);
}

article video {
	max-width: 100%;
}

.text {
	padding: 0 20px 20px;
}

.text > a.vblog-button {
	font-size: 0.9rem;
	background: linear-gradient(60deg, #77e5f2, #0e99aa);
	border: 1px solid transparent;
	border-radius: 3px;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(1, 23, 26, 0.96);
	width: 120px;
}

.text > a.vblog-button:hover {
	transition-duration: 0.3s;
	transform: scale(1.09);
}

.text > div > a.vote-button {
	font-size: 0.9rem;
	background: linear-gradient(60deg, #77e5f2, #0e99aa);
	border: 1px solid transparent;
	border-radius: 3px;
	box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(1, 23, 26, 0.96);
	width: 40px;
}

.text > div > a.vote-button:hover {
	transition-duration: 0.3s;
	transform: scale(1.09);
}

.studio-wrapper {
	position: relative;
}

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