/**
 * This file is for utility classes.
 */
.is-hidden {
  display: none;
}

#toolbar-administration {
  position: relative;
  z-index: 1001;
}

.cke_widget_element .blazy .media__element {
  width: 50%;
  height: auto;
  -o-object-fit: initial;
  object-fit: initial;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 20px;
}
.responsive-video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.imgRightAlign,
.imgRightAlignBd {
  float: right;
  margin: 0 0 0.5rem 1rem;
}

.imgLeftAlign,
.imgLeftAlignBd {
  float: left;
  margin: 0 1rem 0.5rem 0;
}
/*# sourceMappingURL=utility.css.map */
