/*
justify-content:
 - flex-start
 - flex-end
 - center
 - space-between
 - space-around
 - space-evenly
align-items:
 - stretch
 - flex-start
 - flex-end
 - center
 - baseline
 */
/*
start   - aligns items to be flush with the start edge of their cell
end     - aligns items to be flush with the end edge of their cell
center  - aligns items in the center of their cell
stretch - fills the whole height of the cell (this is the default)
 */
.crel-screen-only {
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.creative-addons .crel-loading-spinner {
  border: 3px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 23px;
  height: 23px;
  animation: crel_spin 1s linear infinite;
  z-index: 50; }

@keyframes crel_spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.crel-text-image-container {
  display: flex; }
  .crel-text-image-container .crel-text-image-body .crel-text-image-img {
    margin: 0;
    padding: 0;
    outline: 0;
    vertical-align: baseline;
    line-height: 1;
    text-align: initial;
    text-decoration: none;
    border: none;
    box-shadow: none;
    box-sizing: border-box;
    list-style-type: none;
    list-style-image: none;
    float: none;
    border: 0;
    border: none;
    text-transform: none;
    letter-spacing: 0;
    height: auto; }
    .crel-text-image-container .crel-text-image-body .crel-text-image-img a, .crel-text-image-container .crel-text-image-body .crel-text-image-img .crel-text-image-img-wrap, .crel-text-image-container .crel-text-image-body .crel-text-image-img img {
      display: inline-block;
      max-width: 100%;
      max-height: 100%;
      text-align: inherit; }
    .crel-text-image-container .crel-text-image-body .crel-text-image-img img {
      max-block-size: inherit; }
    .crel-text-image-container .crel-text-image-body .crel-text-image-img .crel-caption .crel-caption-text {
      z-index: 999;
      position: relative;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      display: inline-block; }
  .crel-text-image-container .crel-caption-text {
    display: inline-block; }
  .crel-text-image-container .crel-text-image-img .crel-text-image-img-wrap {
    display: inline-block; }
  .crel-text-image-container .crel-text-image-img .crel-caption > a {
    display: block;
    width: 100%;
    max-width: 100% !important;
    margin-bottom: 5px; }
    .crel-text-image-container .crel-text-image-img .crel-caption > a span {
      display: inline-block; }
