.inspirationsgalleri .splide__slide {
    background-size: cover;
    background-position: center;
    max-height: calc(100vh - 150px);
}
.inspirationsgalleri .splide__arrow {
    display: flex;
    border-style: none;
    border-width: 0;
    height: 50px;
    width: 50px;
    padding: 0;
    opacity: 0.7;
}
.inspirationsgalleri .splide__arrow svg {
    height: 30px;
    width: 30px;
}
.inspirationsgalleri .splide__pagination__page {
    border-style: none;
    border-width: 0;
    width: 16px;
    height: 8px;
    padding: 0;
}
.inspirationsgalleri .splide__pagination__page.is-active {
    transform: scale(1);
    background: #000;
}