/**
 * @file plugins/generic/mp3ArticleGalley/styles/mp3Galley.css
 *
 * Copyright (c) 2014-2021 Simon Fraser University
 * Copyright (c) 2003-2021 John Willinsky
 * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
 *
 * Estilos para la vista de galerada MP3.
 */

.pkp_mp3_galley_container {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 60vh;
	padding: 2rem 1rem;
	box-sizing: border-box;
}

.pkp_mp3_galley_container audio {
	max-width: 480px;
}