/*
 Theme Name:   Maja Wallstein
 Theme URI:    https://generatepress.com
 Description:  Child Theme for Maja Wallstein
 Author:       Matti M. Matthes
 Author URI:   https://matthes-webstudio.de
 Template:     generatepress
 Version:      1.0
*/

@import url("css/fonts-custom.css");

/* ---------- VIDEOS RESPONSIVE ---------- */
   .rwd-video {
   background: #394147; 
	position: relative;
	padding-bottom: 55%;
	padding-top: 8px;
	height: 0;
	overflow: hidden;
	border:0px solid #013161;
    margin-bottom:30px;
   }
   .rwd-video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
   }
