.paragraph--type-galleri {
  width: 1230px;
}

.paragraph--type-galleri article {
  position: relative;
}

.paragraph--type-galleri img {
  display: block;
  left: 308px;
  position: relative;
}

.paragraph--type-galleri .caption {
  font-size: 16px;
  left: 0;
  position: absolute;
  top: 0;
  width: 280px;
}

.paragraph--type-galleri .caption-content {
  margin-bottom: 20px;
}

.paragraph--type-galleri .media {
  position: relative;
}

.paragraph--type-galleri .slick-arrow {
  background: #000;
  border-width: 0;
  cursor: pointer;
  font-size: 0;
  height: 30px;
  position: absolute;
  top: 218px;
  width: 30px;
  z-index: 1;
}

.paragraph--type-galleri .slick-arrow:hover {
  height: 34px;
  top: 216px;
  width: 34px;
}

.paragraph--type-galleri .slick-prev {
  background-image: url("/themes/custom/amnesty/images/icons/pil_hvit.svg");
  background-position: center;
  background-repeat: no-repeat;
  left: 292px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.paragraph--type-galleri .slick-prev:hover {
  left: 285px;
}

.paragraph--type-galleri .slick-next {
  background-image: url("/themes/custom/amnesty/images/icons/pil_hvit.svg");
  background-position: center;
  background-repeat: no-repeat;
  left: auto;
  right: 15px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.paragraph--type-galleri .slick-next:hover {
  right: 8px;
}

@media (max-width: 1259.98px) {
  .paragraph--type-galleri {
    width: 992px;
  }

  .paragraph--type-galleri img {
    height: auto;
    left: 248px;
    width: 714px;
  }

  .paragraph--type-galleri .caption {
    width: 230px;
  }

  .paragraph--type-galleri .slick-arrow:hover {
    top: 166px;
  }

  .paragraph--type-galleri .slick-prev {
    left: 231px;
    top: 168px;
  }

  .paragraph--type-galleri .slick-prev:hover {
    left: 225px;
  }

  .paragraph--type-galleri .slick-next {
    left: auto;
    right: 15px;
    top: 168px;
  }

  .paragraph--type-galleri .slick-next:hover {
    right: 9px;
  }
}

@media (max-width: 991.98px) {
  .paragraph--type-galleri {
    width: 720px;
  }

  .paragraph--type-galleri .media {
    display: block;
  }

  .paragraph--type-galleri img {
    display: block;
    height: auto;
    left: 0;
    width: 100%;
  }

  .paragraph--type-galleri .caption {
    clear: both;
    display: block;
    margin: 20px 0;
    position: static;
    width: 100%;
  }

  .paragraph--type-galleri .slick-arrow:hover {
    top: 164px;
  }

  .paragraph--type-galleri .slick-prev {
    left: 0;
    top: 166px;
    left: -15px;
  }

  .paragraph--type-galleri .slick-prev:hover {
    left: -210px;
  }

  .paragraph--type-galleri .slick-next {
    top: 166px;
    right: -15px;
  }

  .paragraph--type-galleri .slick-next:hover {
    right: -21px;
  }
}

@media (max-width: 767.98px) {
  .paragraph--type-galleri {
    max-width: 100%;
    width: 100%;
  }

  .paragraph--type-galleri img {
    width: auto;
  }

  .paragraph--type-galleri .slick-page {
    display: none;
  }
}