@charset "UTF-8";
/* https://www.weinschoeller.at/wp-content/themes/momamia/style.css */
/*
Theme Name: Momamia
Theme URL: http://themeforest.net/user/unfamous/portfolio
Version: 1.42
Description: A Mediterranean Style WordPress Theme.
Author: Unfamous
Author URI: http://themeforest.net/user/unfamous/portfolio
Tags: right-sidebar, custom-menu, featured-images, translation-ready, responsive-layout
License: GNU General Public License
License URI: http://themeforest.net/wiki/support/legal-terms/licensing-terms/

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-content img, 
.entry-content iframe, 
.entry-content object, 
.entry-content embed {
        max-width: 100%;
}

*/