/*	–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	CORE/VIDEO/CLASSES.CSS
	––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

/**
 * VISIOFRAMEWORK
 * This file is part of VISIOFRAMEWORK.
 * @package		visioframework
 * @author		Agência Visio <contato@agenciavisio.com.br>
 * @copyright	Copyright (c) 2023-present. M. Souza & Souza LTDA. (CNPJ: 21.284.748/0001-33). All rights reserved.
 * @license		Proprietary
 * @link		https://www.agenciavisio.com.br
 */

/*	Enforces aspect ratio compliance */
.video--resizer-box {
	padding-bottom			: var(--video-padding-bottom)	!important;
	height					: 0								!important;
	--video-padding-bottom	: 0;
}

.vasr-1-1 {
	--video-padding-bottom: 100% !important;
}

.vasr-3-2 {
	--video-padding-bottom: 66.66% !important;
}

.vasr-4-3 {
	--video-padding-bottom: 75% !important;
}

.vasr-9-16 {
	--video-padding-bottom: 177.78% !important;
}

.vasr-9-18 {
	--video-padding-bottom: 200% !important;
}

.vasr-9-20 {
	--video-padding-bottom: 222.22% !important;
}

.vasr-9-21 {
	--video-padding-bottom: 233.33% !important;
}

.vasr-16-9 {
	--video-padding-bottom: 56.25% !important;
}

.vasr-18-9 {
	--video-padding-bottom: 50% !important;
}

.vasr-20-9 {
	--video-padding-bottom: 45% !important;
}

.vasr-21-9 {
	--video-padding-bottom: 42.85% !important;
}