/*
 Theme Name:   Astra Child Manuell
 Description:  Ein manuelles Child fuer Astra
 Author:       Pixelmacherei
 Author URI:   https://www.pixelmacherei.de
 Template:     astra
 Version:      1.0
 Text Domain:  astra-child-manuell
*/

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

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

label span {
	display: inline !important;
}