@media only screen and (min-width: 768px) {
.middle-col .alignfull {
margin-left: calc(50% - 50vw);
margin-right: calc(50% - 49.6vw);
width: auto;
max-width: 1000%;
}
.middle-col .alignwide {
margin-left: calc(25% - 25vw);
margin-right: calc(25% - 25vw);
width: auto;
max-width: 1000%;
}
.middle-col .alignwide img,
.middle-col .alignfull img {
display: block;
margin: 0 auto;
}
.middle-col .alignfull img {
width: 100vw;
}
.middle-col .alignwide iframe,
.middle-col .alignfull iframe{
display: block;
margin: 0 auto;
width: 100% !important;
}
}
.wp-block-image{
margin-bottom: 15px;
overflow: hidden;
}
.alignleft img {
float: left;
}
.alignright img {
float: right;
}
.wp-block-embed__wrapper iframe{
width: 100% !important;
}
.entry-content .wp-block-gallery,
.wp-block-gallery{
margin: 0;
padding: 0;
}
.panel-layout{
clear: both;
margin-bottom:1.5em;
}.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
float: left;
margin-left: 2.564102564102564%;
}
.one-half,
.three-sixths,
.two-fourths {
width: 48.717948717948715%;
}
.one-third,
.two-sixths {
width: 31.623931623931625%;
}
.four-sixths,
.two-thirds {
width: 65.81196581196582%;
}
.one-fourth {
width: 23.076923076923077%;
}
.three-fourths {
width: 74.35897435897435%;
}
.one-fifth {
width: 17.94871794871795%;
}
.two-fifths {
width: 38.46153846153846%;
}
.three-fifths {
width: 58.97435897435898%;
}
.four-fifths {
width: 79.48717948717949%;
}
.one-sixth {
width: 14.52991452991453%;
}
.five-sixths {
width: 82.90598290598291%;
}
.first {
clear: both;
margin-left: 0;
} @media only screen and (max-width: 800px) {
.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
margin: 0;
width: 100%;
}
} .clearfix:before {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
content: " ";
display: table;
}
.vertical-spacer {
clear: both;
margin-bottom: 30px;
}
.columns-container {
clear: both;
overflow: hidden;
}