*,
*:before,
*:after {
box-sizing: inherit;
}
.row::before,
.row::after {
display: table;
content: ” “;
clear: both;
}
@media screen and (min-width: 900px) {
.one-third {
width: 33%;
margin-bottom:30px;
margin-top:10px;
}
.column {
float: left;
}
}
h1 {
text-align: left;
}
.page .entry-header {
display: none;
}
.wp-block-embed-youtube {
overflow: hidden;
position: relative;
max-width: 100%;
height: auto;
padding-bottom: 56.25%;
}
.wp-block-embed-youtube iframe,
.wp-block-embed-youtube object,
.wp-block-embed-youtube embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}