.am2-image {
  position: relative;
  overflow: hidden; }
  .am2-image--with-mobile .am2-image__src:not(.am2-image__src--mobile) {
    display: none; }
    @media screen and (min-width: 769px) {
      .am2-image--with-mobile .am2-image__src:not(.am2-image__src--mobile) {
        display: block; } }
  .am2-image__src--reveal {
    position: absolute;
    min-height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .am2-image__src--mobile {
    display: block; }
    @media screen and (min-width: 769px) {
      .am2-image__src--mobile {
        display: none; } }
  .am2-image--with-reveal {
    max-width: 100%;
    margin: 0 auto; }
    @media (min-width: 640px) {
      .am2-image--with-reveal {
        max-width: calc(100% - 80px);
        margin-bottom: 65px; } }
    @media (min-width: 1024px) {
      .am2-image--with-reveal {
        max-width: 80%;
        margin-bottom: 90px; } }
  .am2-image .twentytwenty-after-label::before,
  .am2-image .twentytwenty-before-label::before {
    top: 26px !important;
    background: transparent !important;
    font-size: 13px;
    line-height: 1.4;
    margin-top: 0 !important; }
    @media (min-width: 640px) {
      .am2-image .twentytwenty-after-label::before,
      .am2-image .twentytwenty-before-label::before {
        font-size: 16px; } }
  .am2-image .twentytwenty-after-label::before {
    content: "Dark" !important; }
  .am2-image .twentytwenty-before-label::before {
    content: "Light" !important; }
  .am2-image .twentytwenty-handle {
    width: 36px;
    height: 36px;
    margin-left: -18px;
    margin-right: -18px;
    background: #fff;
    -webkit-box-shadow: none;
            box-shadow: none; }
    @media (min-width: 640px) {
      .am2-image .twentytwenty-handle {
        width: 72px;
        height: 72px;
        margin-left: -36px;
        margin-right: -36px; } }
    @media (min-width: 1025px) {
      .am2-image .twentytwenty-handle {
        width: 96px;
        height: 96px;
        margin-left: -48px;
        margin-right: -48px; } }
    .am2-image .twentytwenty-handle:active {
      cursor: -webkit-grabbing;
      cursor: grabbing; }
    .am2-image .twentytwenty-handle .twentytwenty-left-arrow {
      border-left: 3px solid #000;
      border-top: 3px solid #000;
      border-right: 0;
      border-bottom: 0;
      width: 10px;
      height: 10px;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      margin-left: -12px; }
      @media (max-width: 640px) {
        .am2-image .twentytwenty-handle .twentytwenty-left-arrow {
          border-width: 1px;
          margin-left: -10px;
          margin-top: -5px; } }
    .am2-image .twentytwenty-handle .twentytwenty-right-arrow {
      border: 0;
      border-right: 3px solid #000;
      border-bottom: 3px solid #000;
      width: 10px;
      height: 10px;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      margin-right: -12px; }
      @media (max-width: 640px) {
        .am2-image .twentytwenty-handle .twentytwenty-right-arrow {
          border-width: 1px;
          margin-right: -10px;
          margin-top: -5px; } }
  .am2-image .twentytwenty-horizontal .twentytwenty-handle:before,
  .am2-image .twentytwenty-horizontal .twentytwenty-handle:after {
    width: 4px;
    margin-left: -2px;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-bottom: 0;
    margin-top: 0; }
    @media (max-width: 640px) {
      .am2-image .twentytwenty-horizontal .twentytwenty-handle:before,
      .am2-image .twentytwenty-horizontal .twentytwenty-handle:after {
        width: 1px;
        margin-left: 0; } }


/*# sourceMappingURL=style-index.css.map*/