.paragraph--type-slider {
  &.hide-h2 .field--slider-title {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}

.paragraph.paragraph--type--slide.paragraph--view-mode--slider-full {
  .field-group-background-image {
    width: 100%;
    aspect-ratio: 16/9;
    background-size: cover;
    .slide-content {
      position: absolute;
      bottom: 3em;
      left: 3em;
      width: 45%;
      padding: 1em;
      background-color: rgba(255, 255, 255, 0.5);
    }
  }
  .field--name-field-slide-cta a {
    display: inline-block;
    align-items: center;
    cursor: pointer;
    text-align: center;
    border: solid 2px currentColor;
    border-radius: var(--border-radius, 3px);
    background-color: #fff;
    font-weight: 700;
    font-size: 1.25em;
    padding: 0.5em 1em;
    text-decoration: none;
    &:hover {
      background-color: transparent;
    }
  }
}

.paragraph.paragraph--type--slide.paragraph--view-mode--default {
  margin: 0 40px;
}

@media screen and (min-width: 480px) {
  .paragraph.paragraph--type--slide.paragraph--view-mode--default {
    display: flex;
    gap: 0.25em;
    div.field {
      margin: 0;
    }
    .col-1 {
      width: 50%;
    }
  }
}
