/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

picture {
	display: block;
	width: fit-content;
	height: fit-content;
}

picture img {
	max-height: 100%;
	object-fit: cover;
}

body {
	overflow-x: hidden;
}

.wp-block-heading {
	margin-bottom: 15px;
}

.wp-block-pdf-viewer-block-standard {
	max-width: 700px;
	margin: auto;
	margin-top: 30px;
}