.content .detail .frame-gallery {
    padding-top: 0.5rem;
}

.splide {
  margin: 0 auto;
}

.splide .description {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.splide .description p {
    margin-bottom: 0rem;
}    

.splide__slide img {
  width: 100%;
  height: auto;
}
.splide__slide {
    opacity: 0.6;
}

.splide__slide.is-active {
    opacity: 1;
}

.thumbnails {
    display: flex;
    margin: 1rem 4rem 0 4rem; 
    padding: 0 0rem;
    justify-content: center;
}

.thumbnails .splide__arrow {
    background: transparent;
    border-radius: 0;
}
.thumbnails .splide__arrow svg {
    width: 2.5rem;
    height: 2.5rem;
}

.thumbnails .splide__arrow--prev {
    left: -4rem;
}

.thumbnails .splide__arrow--next {
    right: -4rem;
}
