.ecae-image a,
.ecae-image img {
  width: inherit;
  height: inherit;
  max-width: 100%;
}

.ecae-table-left {
  display: table;
}

.ecae-table-right {
  display: table;
  direction: rtl;
}

.ecae-table-left .ecae-table-cell {
  display: table-cell;
  vertical-align: top;
}

.ecae-image .wp-caption {
  width: inherit !important;
  padding: 0px !important;
}

.ecae-table-right .ecae-table-cell {
  display: table-cell;
  vertical-align: top;
  direction: ltr;
}

.ecae-button,
.ecae-button a,
.ecae-button a span {
  white-space: nowrap;
}

.ecae-button {
  display: none;
}

.ecae-dots {
  display: inline-block;
  padding: 0;
}

/* Responsive media screen */
@media screen and (max-width: 768px) {
  /* Styles */
  .ecae-table-left,
  .ecae-table-right {
    display: block !important;
  }

  .ecae-table-cell {
    display: block !important;
    margin-right: auto !important;
  }
}
