/*
 Theme Name:   Conciencia Theme
 Description:  Bootscore Child Theme
 Author:       David Alejandro Gómez
 Author URI:   https://dagdev.com.ar/
 Template:     bootscore
 Version:      0.1
 Requires at least: 5.0
 Tested up to: 6.6
 Requires PHP: 8.1
 License: MIT License
 License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
 Text Domain:  bootscore
*/

/* 
All style editing is done via /assets/scss/_bootscore_custom.scss
*/

.custom-cinematic-ratio .wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 177.8%;
    height: 0;
    overflow: hidden;
}

.custom-cinematic-ratio .wp-block-embed__wrapper iframe,
.custom-cinematic-ratio .wp-block-embed__wrapper object,
.custom-cinematic-ratio .wp-block-embed__wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}