/*
Theme Name: achtQuark
Theme URI: https://www.achtquark.com/
Author: achtQuark
Author URI: https://www.achtquark.com/
Description: achtQuark
Tags: blog, big-banners, banner, clean, oxs, website, article
Version: 1.0
Requires at least: 5.6.1
Tested up to: 5.6.1
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: achtQuark
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.podcast_player .wp-video,
.podcast_player .mejs-container {
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 100% !important;
}

/* damit die 640px auf schmalen Screens nicht überlaufen */
.podcast_player .mejs-mediaelement,
.podcast_player .mejs-container video {
  max-width: 100%;
}