figure{margin: 0;}
.embed-responsive:has(iframe) {position: relative; padding: 0; padding-bottom: 56.25%; height: 0;}
.embed-responsive:has(iframe) iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}

.edz-table table {border-collapse: collapse; max-width: 100%; width: 100%; clear:both; margin: 15px 0;}
.edz-table table caption { text-transform: uppercase; padding: 0; color: rgba(0, 0, 0, 0.5);font-size: 11px; }
.edz-table table th, .wysiwyg table td {border: 1px solid #eee; padding: 10px; }
.edz-table table tfoot th, .wysiwyg table tfoot td {color: rgba(0, 0, 0, 0.5); }

.edz-grid{clear:both; padding: 15px 0;}
.edz-grid:after{content: ".";  display: block;  height: 0;  clear: both;  visibility: hidden;}
.edz-grid .edz-column{padding: 8px; float:left; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.edz-grid .column-100{width:100%;}
.edz-grid .column-75{width:75%;}
.edz-grid .column-60{width:60%;}
.edz-grid .column-50{width:50%;}
.edz-grid .column-40{width:40%;}
.edz-grid .column-33{width:33.33%;}
.edz-grid .column-25{width:25%;}

.edz-img-right{float: right; margin: 0; padding: 0 0 10px 20px; max-width: 50%; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.edz-img-right img{display: block;}
.edz-img-left{float: left; margin: 0; padding: 0 20px 10px 0; max-width: 50%; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;}
.edz-img-left img{display: block;}
.edz-img-center{text-align: center; padding: 0; margin: 0;}
.edz-img-center img{display: inline-block; float: none; margin: 0 0 15px 0; max-width: 100%;}

@media (max-width: 1200px) {
    .edz-grid .column-25{width:50%;}
    .edz-grid .column-75{width:100%;}
}

@media (max-width: 980px) {
    .edz-grid .column-60{width:100%;}
    .edz-grid .column-50{width:100%;}
    .edz-grid .column-40{width:100%;}
}

@media (max-width: 780px) {
    .edz-grid .column-33{width:100%;}
    .edz-grid .column-25{width:100%;}
    .edz-img-right{float: none; padding: 0 0 15px 0; max-width: 100%;}
    .edz-img-left{float: none; padding: 0 0 15px 0; max-width: 100%;}
}