.max-ic {
  display: flex;
  position: relative;
  overflow: hidden;
  cursor: row-resize; }
  .max-ic .max-ic-arrow {
    width: 0;
    height: 0;
    border: 6px inset transparent;
    position: absolute;
    transition: all 0.1s ease-out 0s; }
  .max-ic-vertical {
    cursor: row-resize; }
    .max-ic-vertical .max-ic-arrow-left {
      border-bottom: 6px solid white;
      top: 0;
      transform: translateY(6px); }
    .max-ic-vertical .max-ic-arrow-right {
      border-top: 6px solid white;
      bottom: 0;
      transform: translateY(-6px); }
  .max-ic-horizontal {
    cursor: col-resize; }
    .max-ic-horizontal .max-ic-arrow-left {
      border-right: 6px solid white;
      left: 0;
      transform: translateX(6px); }
    .max-ic-horizontal .max-ic-arrow-right {
      border-left: 6px solid white;
      right: 0;
      transform: translateX(-6px); }
  .max-ic-img {
    pointer-events: none;
    user-select: none;
    max-width: none;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    top: 0;
    display: block; }
  .max-ic-is-fluid .max-ic-img {
    display: none; }
  .max-ic-img-before {
    height: auto;
    position: static;
    z-index: 1;
    left: 0px; }
  .max-ic-img-after {
    height: 100%;
    position: absolute;
    z-index: 2;
    left: auto;
    right: 0px;
    width: auto; }
  .max-ic-vertical .max-ic-img-after {
    width: 100%;
    height: auto; }
  .max-ic-imposter {
    z-index: 4;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; }
  .max-ic-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0px;
    top: 0px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    z-index: 3; }
  .max-ic-is-fluid .max-ic-wrapper,
  .max-ic-vertical .max-ic-wrapper {
    width: 100% !important; }
  .max-ic-is-fluid .max-ic-wrapper,
  .max-ic-horizontal .max-ic-wrapper {
    height: 100% !important; }
  .max-ic-fluidwrapper {
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .max-ic-control {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    height: 100%;
    top: 0px;
    z-index: 5; }
  .max-ic-vertical .max-ic-control {
    flex-direction: row;
    left: 0;
    width: 100%; }
  .max-ic-control-line {
    background: #fff;
    height: 50%;
    width: 3px;
    z-index: 6; }
  .max-ic-vertical .max-ic-control-line {
    width: 50%;
    height: 3px; }
  .max-ic-theme-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    transition: all 0.1s ease-out 0s;
    z-index: 5; }
  .max-ic-vertical .max-ic-theme-wrapper {
    flex-direction: column; }
  .max-ic-arrow-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.1s ease-out 0s; }
  .max-ic-circle {
    border: 3px solid #fff;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    flex-shrink: 0;
    border-radius: 999px; }
  .max-ic-label {
    position: absolute;
    z-index: 12;
    background: rgba(0, 0, 0, 0.33);
    color: #fff;
    border-radius: 3px;
    padding: 0.5rem 0.75rem;
    font-size: 0.85em;
    user-select: none;
    margin: 1rem; }
    .max-ic-label-before {
      left: 0; }
    .max-ic-label-after {
      right: 0; }
  .max-ic-label.vertical {
    bottom: auto; }
  .max-ic-label.on-hover {
    transform: scale(0);
    transition: 0.25s cubic-bezier(0.68, 0.26, 0.58, 1.22); }
  .max-ic:hover .max-ic-label.on-hover {
    transform: scale(1); }
  .max-ic-label-before.vertical {
    top: 0;
    left: auto; }
  .max-ic-label-after.vertical {
    bottom: 0;
    right: auto; }
  .max-ic-body {
    user-select: none; }

.brxe-max-image-comparison.max-ic-horizontal:hover .max-ic-arrow-left {
  transform: translateX(3px); }

.brxe-max-image-comparison.max-ic-horizontal:hover .max-ic-arrow-right {
  transform: translateX(-3px); }

.brxe-max-image-comparison.max-ic-vertical:hover .max-ic-arrow-left {
  transform: translateY(3px); }

.brxe-max-image-comparison.max-ic-vertical:hover .max-ic-arrow-right {
  transform: translateY(-3px); }
