.clearfix::before, .clearfix::after {
  content: '';
  display: table; }

.clearfix::after {
  clear: both; }

.lon-component_imagesCarousel .image-tile-container {
  height: 100%; }
  .lon-component_imagesCarousel .image-tile-container .imageTile-container.sticky-image {
    top: 0;
    position: sticky; }
  .lon-component_imagesCarousel .image-tile-container .imageTile-container picture {
    width: auto;
    position: relative;
    overflow: hidden;
    z-index: 1; }
    .lon-component_imagesCarousel .image-tile-container .imageTile-container picture:hover .shadow {
      opacity: var(--opacity-percentage); }
    .lon-component_imagesCarousel .image-tile-container .imageTile-container picture img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: var(--focal-point-x) var(--focal-point-y); }
    .lon-component_imagesCarousel .image-tile-container .imageTile-container picture .shadow {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      opacity: 0;
      transition: all 0.3s ease-in-out; }
    .lon-component_imagesCarousel .image-tile-container .imageTile-container picture .urltext {
      color: #fff;
      text-transform: uppercase;
      font-weight: 400;
      font-size: 14px;
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: justify;
          justify-content: space-between;
      padding-left: 40px;
      padding-bottom: 32px;
      height: 29px;
      z-index: 3; }
      .lon-component_imagesCarousel .image-tile-container .imageTile-container picture .urltext svg {
        fill: transparent; }
      @media (min-width: 1025px) {
        .lon-component_imagesCarousel .image-tile-container .imageTile-container picture .urltext {
          font-size: 24px; } }
    .lon-component_imagesCarousel .image-tile-container .imageTile-container picture:before {
      position: absolute;
      content: "";
      height: 100%;
      width: 100%;
      top: 0;
      right: 0;
      z-index: 2;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 30%); }

.lon-component_imagesCarousel .slick-track .slick-slide:not(:last-child) {
  margin-right: 0.25rem; }

.lon-component_imagesCarousel .slick-arrow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 1;
  top: 50%;
  height: 3.9375rem;
  width: 3.9375rem;
  background-color: var(--global-color); }
  .lon-component_imagesCarousel .slick-arrow.slick-next.slick-disabled, .lon-component_imagesCarousel .slick-arrow.slick-prev.slick-disabled {
    opacity: .05; }
  @media (max-width: 768.98px) {
    .lon-component_imagesCarousel .slick-arrow.slick-prev:after, .lon-component_imagesCarousel .slick-arrow.slick-next:before {
      width: 10px;
      height: 10px; } }
  @media (max-width: 768.98px) {
    .lon-component_imagesCarousel .slick-arrow {
      height: 1.875rem;
      width: 1.875rem; } }

.lon-component_imagesCarousel .slick-prev {
  left: 0;
  z-index: 1; }
  .lon-component_imagesCarousel .slick-prev:after {
    margin-left: 10px; }
    @media (max-width: 768.98px) {
      .lon-component_imagesCarousel .slick-prev:after {
        margin-left: 5px; } }

.lon-component_imagesCarousel .slick-next {
  right: 5px; }
  .lon-component_imagesCarousel .slick-next:after {
    margin-left: 10px; }
    @media (max-width: 768.98px) {
      .lon-component_imagesCarousel .slick-next:after {
        margin-left: 5px; } }
