.glidy--image-box {
  svg {
    width: 1em;
    height: 1em;
  }

  .desc {
    padding-top: 5px;
    padding-bottom: 15px;
  }

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  &.default {
    .thumb {
      overflow: hidden;
      margin-bottom: 10px;
    }
  }

  &.aside {
    display: flex;
  }

  &.overlay {
    .thumb {
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
    }

    .content {
      z-index: 1;
      position: relative;
    }
  }
}
