/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */

.responsive-container {
	width: 100%;
	padding-top: 56.25%;
	position: relative;

	.responsive-yt {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
}
